mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing issue due to changes in serialVersionUID after adding an additional field to Operation DTO. As a fix, serializationUID of the earlier revision of the class was included in the current code
This commit is contained in:
parent
1f2f85d691
commit
e487ef4627
@ -23,6 +23,8 @@ import java.util.Properties;
|
||||
|
||||
public class Operation implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -353614864628915060L;
|
||||
|
||||
public enum Type {
|
||||
CONFIG, MESSAGE, INFO, COMMAND, PROFILE , POLICY
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user