mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
remove unused field
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