Skip to content

Commit 9f3d806

Browse files
committed
after review
1 parent f8bc141 commit 9f3d806

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
package ru.stech.ttn4j.number.utils;
22

3-
43
import lombok.*;
54
import lombok.experimental.Accessors;
65

76
@Data
87
@Accessors(chain = true)
9-
public class GlobalValue
10-
{
8+
public class GlobalValue {
119
private Long value;
1210

1311
private Long currentLevel;
1412

1513
private Boolean isCompleted = false;
1614

17-
public GlobalValue() {
18-
}
19-
2015
protected boolean canEqual(final Object other) {
2116
return other instanceof GlobalValue;
2217
}
23-
2418
}

src/main/java/ru/stech/ttn4j/number/utils/NumericToken.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package ru.stech.ttn4j.number.utils;
22

3-
43
import lombok.Data;
54
import lombok.experimental.Accessors;
65

0 commit comments

Comments
 (0)