remove unused field

This commit is contained in:
Keith Donald 2009-06-10 14:42:42 +00:00
parent be75a43c62
commit 7c433712d1
1 changed files with 0 additions and 14 deletions

View File

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