remove unused field

master
Keith Donald 16 years ago
parent be75a43c62
commit 7c433712d1
  1. 14
      org.springframework.context/src/main/java/org/springframework/ui/binding/UserValue.java

@ -53,20 +53,6 @@ public class UserValue {
return value; 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. * Creates a new UserValue list with a single element.
* @param property the property * @param property the property

Loading…
Cancel
Save