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 f8bc141 commit 9f3d806Copy full SHA for 9f3d806
src/main/java/ru/stech/ttn4j/number/utils/GlobalValue.java
@@ -1,24 +1,18 @@
1
package ru.stech.ttn4j.number.utils;
2
3
-
4
import lombok.*;
5
import lombok.experimental.Accessors;
6
7
@Data
8
@Accessors(chain = true)
9
-public class GlobalValue
10
-{
+public class GlobalValue {
11
private Long value;
12
13
private Long currentLevel;
14
15
private Boolean isCompleted = false;
16
17
- public GlobalValue() {
18
- }
19
20
protected boolean canEqual(final Object other) {
21
return other instanceof GlobalValue;
22
}
23
24
src/main/java/ru/stech/ttn4j/number/utils/NumericToken.java
@@ -1,6 +1,5 @@
import lombok.Data;
0 commit comments