Merge pull request #1263 from ruwany/master

Fixing serialization issue due to changes added to Operations DTO
revert-70aa11f8
Ruwan 6 years ago committed by GitHub
commit d2b485c883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,9 @@ import java.util.Properties;
public class Operation implements Serializable { public class Operation implements Serializable {
public enum Type { private static final long serialVersionUID = -353614864628915060L;
public enum Type {
CONFIG, MESSAGE, INFO, COMMAND, PROFILE , POLICY CONFIG, MESSAGE, INFO, COMMAND, PROFILE , POLICY
} }

Loading…
Cancel
Save