remove unused field
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user