James 5 年 前
コミット
6c9f0bf9c0

+ 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;
 	
-	public ExceededSizeException(Throwable t) {
+	ExceededSizeException(Throwable t) {
 		super(t);
 	}
-	
-	public ExceededSizeException(String s) {
-		super(s);
-	}
 }