소스 검색

Tidying up.

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

+ 4 - 4
core/src/main/java/org/springframework/security/intercept/ObjectDefinitionSource.java

@@ -22,8 +22,7 @@ import org.springframework.security.ConfigAttribute;
 
 
 /**
- * Implemented by classes that store and can identify the {@link
- * ConfigAttribute}s that applies to a given secure object
+ * Implemented by classes that store and can identify the {@link ConfigAttribute}s that applies to a given secure object
  * invocation.
  *
  * @author Ben Alex
@@ -34,11 +33,12 @@ public interface ObjectDefinitionSource {
 
     /**
      * Accesses the <code>ConfigAttribute</code>s that apply to a given secure object.
-     * <p>Returns <code>null</code> if no attributes apply.
+     * <p>
+     * Returns <code>null</code> if no attributes apply.
      *
      * @param object the object being secured
      *
-     * @return the attributes that apply to the passed in secured object
+     * @return the attributes that apply to the passed in secured object or null if there are no applicable attributes.
      *
      * @throws IllegalArgumentException if the passed object is not of a type supported by the
      *         <code>ObjectDefinitionSource</code> implementation