Update ConfigOperation.java

This commit is contained in:
Milan Perera 2015-04-30 12:05:26 +05:30
parent 3dda515add
commit 47183e12f2

View File

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