Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed May 11, 2024
1 parent c9a3326 commit 714fb58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/nu/validator/servlet/MultipartFormDataFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
import org.apache.commons.fileupload2.core.FileUploadException;
import org.apache.commons.fileupload2.jakarta.servlet5.JakartaServletFileUpload;

//import org.apache.commons.fileupload.FileItemIterator;
//import org.apache.commons.fileupload.FileItemStream;
//import org.apache.commons.fileupload.FileUploadException;
//import org.apache.commons.fileupload.servlet.ServletFileUpload;

@SuppressWarnings({"rawtypes", "unchecked"})
public final class MultipartFormDataFilter implements Filter {

Expand Down

0 comments on commit 714fb58

Please sign in to comment.