Merge pull request #1263 from ruwany/master

Fixing serialization issue due to changes added to Operations DTO
This commit is contained in:
Ruwan 2018-10-10 18:26:17 +05:30 committed by GitHub
commit d2b485c883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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