Less buggy regex
This commit is contained in:
@@ -2,7 +2,6 @@ package org.lumijiez.enums;
|
||||
|
||||
public enum DiffType {
|
||||
CREATE(StateType.NEW), DELETE(StateType.DELETED), MODIFY(StateType.MODIFIED), NONE(StateType.NONE);
|
||||
|
||||
private final StateType type;
|
||||
|
||||
DiffType(StateType type) {
|
||||
|
||||
Reference in New Issue
Block a user