mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
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:
-14
@@ -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