You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/09/19 18:53:16 UTC

svn commit: r577363 - /directory/shared/trunk/ldap/src/main/antlr/TriggerSpecification.g

Author: elecharny
Date: Wed Sep 19 09:53:15 2007
New Revision: 577363

URL: http://svn.apache.org/viewvc?rev=577363&view=rev
Log:
Removed the ^M

Modified:
    directory/shared/trunk/ldap/src/main/antlr/TriggerSpecification.g

Modified: directory/shared/trunk/ldap/src/main/antlr/TriggerSpecification.g
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/antlr/TriggerSpecification.g?rev=577363&r1=577362&r2=577363&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/antlr/TriggerSpecification.g (original)
+++ directory/shared/trunk/ldap/src/main/antlr/TriggerSpecification.g Wed Sep 19 09:53:15 2007
@@ -242,7 +242,7 @@
     }
     ( SP )+ triggerStoredProcedureName=fullyQualifiedStoredProcedureName ( SP )*
         ( genericStoredProcedureOptionList ( SP )* )?
-    { }
+    { }
     ;
 
 // -----------------------------------------------------------------------------
@@ -348,7 +348,7 @@
     LdapDN ldapContext = null;
 }
     : ID_ldapContext ( SP )+ ldapContext=distinguishedName
-    { triggerStoredProcedureParameters.add( StoredProcedureParameter.Generic_LDAP_CONTEXT.instance( ldapContext ) ); }
+    { triggerStoredProcedureParameters.add( StoredProcedureParameter.Generic_LDAP_CONTEXT.instance( ldapContext ) ); }
 	;
 
 // -----------------------------------------------------------------------------
@@ -586,4 +586,4 @@
 
 IDENTIFIER : ALPHA ( ALPHA )* ; // A MUST HAVE although we do not use explicitly
 
-protected ALPHA : 'a'..'z' | '$' ;
\ No newline at end of file
+protected ALPHA : 'a'..'z' | '$' ;