dcsd
This commit is contained in:
parent
3545a5fb42
commit
2935b4e474
@ -201,7 +201,7 @@ public class PropertiesInterface {
|
||||
Double value = Double.valueOf(newValue);
|
||||
property.field.setDouble(tmp, value);
|
||||
} else if (property.types[0] == String.class) {
|
||||
property.field.set(parameter, newValue);
|
||||
property.field.set(tmp, newValue);
|
||||
} else {
|
||||
// Impossible case !!!
|
||||
Log.critical("Dead code");
|
||||
|
Loading…
x
Reference in New Issue
Block a user