瀏覽代碼

Changed comment to remove reference to FilterChainMap.

Luke Taylor 18 年之前
父節點
當前提交
fb72fa82de

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

@@ -21,7 +21,7 @@ import org.w3c.dom.Node;
 import java.util.*;
 
 /**
- * Sets the FilterChainMap for a FilterChainProxy bean declaration.
+ * Sets the filter chain Map for a FilterChainProxy bean declaration.
  *
  * @author Luke Taylor
  * @version $Id$