瀏覽代碼

Removed TODO (done).

Luke Taylor 17 年之前
父節點
當前提交
980a72f9a0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/src/test/resources/org/springframework/security/config/method-security.xml

+ 0 - 1
core/src/test/resources/org/springframework/security/config/method-security.xml

@@ -9,7 +9,6 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
     <b:bean id="target" class="org.springframework.security.config.TestBusinessBeanImpl">
         <!-- This will add a security interceptor to the bean -->
         <intercept-methods>
-            <!-- TODO: It would be better if we didn't need the package/interface names here -->
             <protect method="org.springframework.security.config.TestBusinessBean.set*" access="ROLE_ADMIN" />
             <protect method="get*" access="ROLE_ADMIN,ROLE_USER" />
             <protect method="doSomething" access="ROLE_USER" />