We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c30c0 commit 4deafd4Copy full SHA for 4deafd4
1 file changed
src/test/java/org/apache/commons/cli/OptionTest.java
@@ -29,7 +29,7 @@
29
30
public class OptionTest {
31
32
- private static class DefaultOption extends Option {
+ private static final class DefaultOption extends Option {
33
private static final long serialVersionUID = 1L;
34
35
private final String defaultValue;
@@ -45,7 +45,7 @@ public String getValue() {
45
}
46
47
48
- private static class TestOption extends Option {
+ private static final class TestOption extends Option {
49
50
51
TestOption(final String opt, final boolean hasArg, final String description) throws IllegalArgumentException {
0 commit comments