Update ConfigOperation.java

revert-70aa11f8
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));
}
public class Property implements Serializable{
public class Property implements Serializable {
private String name;
private Object value;
private Class<?> type;

Loading…
Cancel
Save