mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1263 from ruwany/master
Fixing serialization issue due to changes added to Operations DTO
This commit is contained in:
commit
d2b485c883
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user