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 2008/06/07 13:29:21 UTC

svn commit: r664324 - /directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AddOperationContext.java

Author: elecharny
Date: Sat Jun  7 04:29:21 2008
New Revision: 664324

URL: http://svn.apache.org/viewvc?rev=664324&view=rev
Log:
Fixed some incorrect Javadoc 

Modified:
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AddOperationContext.java

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AddOperationContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AddOperationContext.java?rev=664324&r1=664323&r2=664324&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AddOperationContext.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AddOperationContext.java Sat Jun  7 04:29:21 2008
@@ -58,7 +58,7 @@
 
 
     /**
-     * Creates a new instance of ModifyOperationContext.
+     * Creates a new instance of AddOperationContext.
      */
     public AddOperationContext( CoreSession session, ServerEntry entry )
     {