Skip to content

Commit d0277d0

Browse files
committed
Remove unused constructor
1 parent 693a520 commit d0277d0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/primeframework/mvc/parameter/el/InvalidCollectionSizeException.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
import org.primeframework.mvc.ErrorException;
2020

2121
public class InvalidCollectionSizeException extends ErrorException {
22-
public InvalidCollectionSizeException() {
23-
super("input");
24-
}
25-
2622
public InvalidCollectionSizeException(Object... args) {
2723
super("input", args);
2824
}

0 commit comments

Comments
 (0)