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 2006/11/01 17:52:59 UTC

svn commit: r469981 - /directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/filter/AbstractExprNode.java

Author: elecharny
Date: Wed Nov  1 08:52:58 2006
New Revision: 469981

URL: http://svn.apache.org/viewvc?view=rev&rev=469981
Log:
Fixed javadoc

Modified:
    directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/filter/AbstractExprNode.java

Modified: directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/filter/AbstractExprNode.java
URL: http://svn.apache.org/viewvc/directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/filter/AbstractExprNode.java?view=diff&rev=469981&r1=469980&r2=469981
==============================================================================
--- directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/filter/AbstractExprNode.java (original)
+++ directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/filter/AbstractExprNode.java Wed Nov  1 08:52:58 2006
@@ -186,7 +186,7 @@
      * @param a_assertionType
      *            the assertion type value
      * @return the string representation
-     * @todo Refactor these classes to use an enumeration type
+     * TODO Refactor these classes to use an enumeration type
      */
     public static final String getOperationString( int a_assertionType )
     {