Skip to content

Commit 5af8071

Browse files
committed
Remove superfluous constructor parameter
1 parent 30766e8 commit 5af8071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/net/kautler/command/api/parameter/ParameterParseExceptionTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class ParameterParseExceptionTest extends Specification {
229229
}
230230

231231
static class ParameterParseExceptionSub extends ParameterParseException {
232-
ParameterParseExceptionSub(String message) {
232+
ParameterParseExceptionSub() {
233233
super(null)
234234
}
235235
}

0 commit comments

Comments
 (0)