Skip to content

Commit

Permalink
No need to import from the same package
Browse files Browse the repository at this point in the history
Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
  • Loading branch information
pzygielo authored and markt-asf committed Feb 7, 2020
1 parent f3ec831 commit 3d37a89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion api/src/main/java/jakarta/servlet/jsp/JspFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import jakarta.servlet.ServletRequest;
import jakarta.servlet.ServletResponse;
import jakarta.servlet.ServletContext;
import jakarta.servlet.jsp.PageContext;

/**
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

package jakarta.servlet.jsp.tagext;

import jakarta.servlet.jsp.tagext.TagInfo;
import jakarta.servlet.jsp.tagext.TagFileInfo;

/**
* Translation-time information associated with a taglib directive, and its underlying TLD file.
*
Expand Down

0 comments on commit 3d37a89

Please sign in to comment.