spotlessApply
This commit is contained in:
@@ -9,10 +9,9 @@ import lombok.Getter;
|
||||
public enum MngStateType implements EnumType {
|
||||
NOTYET("미처리"),
|
||||
PROCESSING("진행중"),
|
||||
DONE ("싱크완료"),
|
||||
DONE("싱크완료"),
|
||||
COMPLETE("작업완료");
|
||||
|
||||
|
||||
private final String desc;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -4,7 +4,6 @@ import com.kamco.cd.kamcoback.config.enums.EnumType;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum SyncStateType implements EnumType {
|
||||
@@ -28,5 +27,3 @@ public enum SyncStateType implements EnumType {
|
||||
return desc;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user