1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Javadoc updates.

This commit is contained in:
Luke Taylor
2009-05-31 21:29:36 +00:00
parent 67ad0456a1
commit 43144cd75d
@@ -20,8 +20,7 @@ import org.springframework.util.StringUtils;
import java.beans.PropertyEditorSupport;
/**
* A property editor that can create a populated {@link List<ConfigAttribute>} from a comma separated list of
* values.
* A property editor that can create a populated <tt>List&lt;ConfigAttribute&gt;</tt> from a comma separated list of values.
* <p>
* Trims preceding and trailing spaces from presented command separated tokens, as this can be a source
* of hard-to-spot configuration issues for end users.