소스 검색

SEC-632: Completed comment.

Luke Taylor 17 년 전
부모
커밋
8694028b13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java

+ 1 - 1
core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java

@@ -23,7 +23,7 @@ import java.io.IOException;
 /**
  * Replaces a Spring bean of type "Filter" with a wrapper class which implements the <tt>Ordered</tt>
  * interface. This allows user to add their own filter to the security chain. If the user's filter
- * already implements Ordered
+ * already implements Ordered, and no "order" attribute is specified, the filter's default order will be used.
  *
  * @author Luke Taylor
  * @version $Id$