Browse Source

jfinal 4.9

James 5 years ago
parent
commit
6c9f0bf9c0
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/main/java/com/jfinal/upload/ExceededSizeException.java

+ 1 - 5
src/main/java/com/jfinal/upload/ExceededSizeException.java

@@ -10,13 +10,9 @@ public class ExceededSizeException extends com.oreilly.servlet.multipart.Exceede
 	
 	
 	private static final long serialVersionUID = -3493615798872340918L;
 	private static final long serialVersionUID = -3493615798872340918L;
 	
 	
-	public ExceededSizeException(Throwable t) {
+	ExceededSizeException(Throwable t) {
 		super(t);
 		super(t);
 	}
 	}
-	
-	public ExceededSizeException(String s) {
-		super(s);
-	}
 }
 }