Polishing

This commit is contained in:
Juergen Hoeller
2014-12-29 20:15:54 +01:00
parent 3791e7f653
commit bc075c713f
4 changed files with 12 additions and 14 deletions

View File

@@ -263,6 +263,7 @@ public class MutablePropertyValues implements PropertyValues, Serializable {
* Get the raw property value, if any.
* @param propertyName the name to search for
* @return the raw property value, or {@code null}
* @since 4.0
* @see #getPropertyValue(String)
* @see PropertyValue#getValue()
*/