remove unused field

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1346 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-06-10 14:42:42 +00:00
parent 053300dabd
commit 514940d6c5
@@ -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