diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java b/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java index a40cb3bfd92..c715f61e4c8 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringArrayPropertyEditor.java @@ -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; /** * Custom {@link java.beans.PropertyEditor} for String arrays. * - *
Strings must be in CSV format, with a customizable separator. By default values in the result are trimmed - * of whitespace. + *
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 diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java b/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java index 4ec85d9d8b2..c277c44f74c 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/StringTrimmerEditor.java @@ -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; * Property editor that trims Strings. * *
Optionally allows transforming an empty string into a null 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