mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Update ConfigOperation.java
This commit is contained in:
parent
3dda515add
commit
47183e12f2
@ -40,7 +40,7 @@ public class ConfigOperation extends Operation {
|
||||
properties.add(new Property(name, value, type));
|
||||
}
|
||||
|
||||
public class Property implements Serializable{
|
||||
public class Property implements Serializable {
|
||||
private String name;
|
||||
private Object value;
|
||||
private Class<?> type;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user