You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/10/22 00:23:35 UTC

svn commit: r586963 - /directory/shared/branches/bigbang/ldap/src/main/antlr/ACIItem.g

Author: ccustine
Date: Sun Oct 21 15:23:34 2007
New Revision: 586963

URL: http://svn.apache.org/viewvc?rev=586963&view=rev
Log:
Fix compilation breakage on AuthenticationLevel constant from Antlr grammar

Modified:
    directory/shared/branches/bigbang/ldap/src/main/antlr/ACIItem.g

Modified: directory/shared/branches/bigbang/ldap/src/main/antlr/ACIItem.g
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap/src/main/antlr/ACIItem.g?rev=586963&r1=586962&r2=586963&view=diff
==============================================================================
--- directory/shared/branches/bigbang/ldap/src/main/antlr/ACIItem.g (original)
+++ directory/shared/branches/bigbang/ldap/src/main/antlr/ACIItem.g Sun Oct 21 15:23:34 2007
@@ -54,6 +54,7 @@
 import org.apache.directory.shared.ldap.util.OptionalComponentsMonitor;
 import org.apache.directory.shared.ldap.name.LdapDN;
 import org.apache.directory.shared.ldap.constants.SchemaConstants;
+import org.apache.directory.shared.ldap.constants.AuthenticationLevel;
 import org.apache.directory.shared.ldap.schema.OidNormalizer;
 
 import org.slf4j.Logger;