1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Added missing '$' to Id.

This commit is contained in:
Luke Taylor
2008-11-30 23:20:49 +00:00
parent a318aacc4f
commit 51549a9f6f
@@ -36,7 +36,7 @@ import org.springframework.util.Assert;
* Base implementation of <code>Acl</code>.
*
* @author Ben Alex
* @version $Id
* @version $Id$
*/
public class AclImpl implements Acl, MutableAcl, AuditableAcl, OwnershipAcl {
//~ Instance fields ================================================================================================