소스 검색

Javadoc updates.

Luke Taylor 16 년 전
부모
커밋
43144cd75d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java

+ 1 - 2
core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java

@@ -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.