Browse Source

Added missing '$' to Id.

3.0.x
Luke Taylor 17 years ago
parent
commit
51549a9f6f
  1. 2
      acl/src/main/java/org/springframework/security/acls/domain/AclImpl.java

2
acl/src/main/java/org/springframework/security/acls/domain/AclImpl.java

@ -36,7 +36,7 @@ import org.springframework.util.Assert;
* Base implementation of <code>Acl</code>. * Base implementation of <code>Acl</code>.
* *
* @author Ben Alex * @author Ben Alex
* @version $Id * @version $Id$
*/ */
public class AclImpl implements Acl, MutableAcl, AuditableAcl, OwnershipAcl { public class AclImpl implements Acl, MutableAcl, AuditableAcl, OwnershipAcl {
//~ Instance fields ================================================================================================ //~ Instance fields ================================================================================================

Loading…
Cancel
Save