polishing
This commit is contained in:
parent
98c6a2784f
commit
0d69b80385
|
|
@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with 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.
|
* 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
|
* <p>Strings must be in CSV format, with a customizable separator.
|
||||||
* of whitespace.
|
* By default values in the result are trimmed of whitespace.
|
||||||
*
|
*
|
||||||
* @author Rod Johnson
|
* @author Rod Johnson
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
|
|
||||||
|
|
@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with 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.
|
* Property editor that trims Strings.
|
||||||
*
|
*
|
||||||
* <p>Optionally allows transforming an empty string into a <code>null</code> value.
|
* <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
|
* @author Juergen Hoeller
|
||||||
* @see org.springframework.validation.DataBinder#registerCustomEditor
|
* @see org.springframework.validation.DataBinder#registerCustomEditor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue