瀏覽代碼

Minor Javadoc.

Luke Taylor 15 年之前
父節點
當前提交
330e71eb8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      acl/src/main/java/org/springframework/security/acls/model/ObjectIdentity.java

+ 1 - 1
acl/src/main/java/org/springframework/security/acls/model/ObjectIdentity.java

@@ -52,7 +52,7 @@ public interface ObjectIdentity extends Serializable {
      * business meaning, as that business meaning may change in the future such change will cascade to the ACL
      * subsystem data.</p>
      *
-     * @return the identifier (unique within this <tt>javaType</tt>; never <tt>null</tt>)
+     * @return the identifier (unique within this <tt>type</tt>; never <tt>null</tt>)
      */
     Serializable getIdentifier();