Skip to content

Commit

Permalink
after review
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfahed committed Feb 13, 2021
1 parent f8bc141 commit 9f3d806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions src/main/java/ru/stech/ttn4j/number/utils/GlobalValue.java
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
package ru.stech.ttn4j.number.utils;


import lombok.*;
import lombok.experimental.Accessors;

@Data
@Accessors(chain = true)
public class GlobalValue
{
public class GlobalValue {
private Long value;

private Long currentLevel;

private Boolean isCompleted = false;

public GlobalValue() {
}

protected boolean canEqual(final Object other) {
return other instanceof GlobalValue;
}

}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package ru.stech.ttn4j.number.utils;


import lombok.Data;
import lombok.experimental.Accessors;

Expand Down

0 comments on commit 9f3d806

Please sign in to comment.