From 330e71eb8f66a287a297e18055adccd58dbfe1cb Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 25 Nov 2009 21:01:04 +0000 Subject: [PATCH] Minor Javadoc. --- .../org/springframework/security/acls/model/ObjectIdentity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/src/main/java/org/springframework/security/acls/model/ObjectIdentity.java b/acl/src/main/java/org/springframework/security/acls/model/ObjectIdentity.java index 7cf12773e1..688e52757d 100644 --- a/acl/src/main/java/org/springframework/security/acls/model/ObjectIdentity.java +++ b/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.

* - * @return the identifier (unique within this javaType; never null) + * @return the identifier (unique within this type; never null) */ Serializable getIdentifier();