remove unused field
This commit is contained in:
parent
be75a43c62
commit
7c433712d1
|
|
@ -53,20 +53,6 @@ public class UserValue {
|
|||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Is the user-entered value a String?
|
||||
*/
|
||||
public boolean isString() {
|
||||
return value instanceof String;
|
||||
}
|
||||
|
||||
/**
|
||||
* Is the user-entered value a String[]?
|
||||
*/
|
||||
public boolean isStringArray() {
|
||||
return value instanceof String[];
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new UserValue list with a single element.
|
||||
* @param property the property
|
||||
|
|
|
|||
Loading…
Reference in New Issue