Browse Source

polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4371 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Juergen Hoeller 15 years ago
parent
commit
326c5f4b9b
  1. 6
      org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java
  2. 4
      org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java

6
org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -24,8 +24,8 @@ import org.springframework.util.StringUtils; @@ -24,8 +24,8 @@ import org.springframework.util.StringUtils;
/**
* Custom {@link java.beans.PropertyEditor} for String arrays.
*
* <p>Strings must be in CSV format, with a customizable separator. By default values in the result are trimmed
* of whitespace.
* <p>Strings must be in CSV format, with a customizable separator.
* By default values in the result are trimmed of whitespace.
*
* @author Rod Johnson
* @author Juergen Hoeller

4
org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2007 the original author or authors.
* Copyright 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -24,7 +24,7 @@ import org.springframework.util.StringUtils; @@ -24,7 +24,7 @@ import org.springframework.util.StringUtils;
* Property editor that trims Strings.
*
* <p>Optionally allows transforming an empty string into a <code>null</code> value.
* Needs to be explictly registered, e.g. for command binding.
* Needs to be explicitly registered, e.g. for command binding.
*
* @author Juergen Hoeller
* @see org.springframework.validation.DataBinder#registerCustomEditor

Loading…
Cancel
Save