Implicit is generally prefered
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
4a2df30f92
commit
1ea2e85415
2 changed files with 1 additions and 2 deletions
|
@ -57,7 +57,6 @@ public final class ParseException extends IllegalArgumentException {
|
|||
}
|
||||
|
||||
public ParseException() {
|
||||
super();
|
||||
}
|
||||
|
||||
public static ParseException forInputString(String inputString) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue