浏览代码

Added missing '$' to Id.

Luke Taylor 17 年之前
父节点
当前提交
51549a9f6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      acl/src/main/java/org/springframework/security/acls/domain/AclImpl.java

+ 1 - 1
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 ================================================================================================