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