Skip to content

Commit

Permalink
Get rid of some .* imports from NERServlet
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Oct 10, 2023
1 parent 2e1f609 commit 5ab7593
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/edu/stanford/nlp/ie/ner/webapp/NERServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
import java.util.*;
import java.util.zip.*;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import edu.stanford.nlp.io.IOUtils;
import org.apache.commons.lang3.StringEscapeUtils;
Expand Down

0 comments on commit 5ab7593

Please sign in to comment.