Implicit is generally prefered
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -57,7 +57,6 @@ public final class ParseException extends IllegalArgumentException {
|
||||
}
|
||||
|
||||
public ParseException() {
|
||||
super();
|
||||
}
|
||||
|
||||
public static ParseException forInputString(String inputString) {
|
||||
|
Reference in New Issue
Block a user