Update ConfigOperation.java

merge-requests/7/head
Milan Perera 10 years ago
parent 3dda515add
commit 47183e12f2

@ -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…
Cancel
Save