We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3273b80 commit b936007Copy full SHA for b936007
src/main/java/de/donnerbart/split/FormatOption.java
@@ -14,7 +14,7 @@ public enum FormatOption {
14
}
15
16
@Override
17
- public String toString() {
+ public @NotNull String toString() {
18
return parameterValue;
19
20
src/main/java/de/donnerbart/split/NewTestTimeOption.java
@@ -16,7 +16,7 @@ public enum NewTestTimeOption {
21
22
src/main/java/de/donnerbart/split/model/Split.java
@@ -83,7 +83,7 @@ public int hashCode() {
83
84
85
86
87
return "Split{" +
88
"index=" +
89
formatIndex() +
0 commit comments