This commit is contained in:
mharindu 2015-05-11 12:30:08 +05:30
commit 7617f59e6b

View File

@ -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;