diff --git a/core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java b/core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java index 673f641c04..c9491998df 100644 --- a/core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java +++ b/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 Ordered * 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$