You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2007/01/10 10:37:12 UTC

svn commit: r494777 - /directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java

Author: ersiner
Date: Wed Jan 10 01:37:11 2007
New Revision: 494777

URL: http://svn.apache.org/viewvc?view=rev&rev=494777
Log:
A few simple javadoc improvement.

Modified:
    directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java

Modified: directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java?view=diff&rev=494777&r1=494776&r2=494777
==============================================================================
--- directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java (original)
+++ directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java Wed Jan 10 01:37:11 2007
@@ -286,8 +286,8 @@
     
     /*
      * TODO: Add change inducing Interceptor methods to track and prevent
-     *       modification of collective attributes over regular entries which are
-     *       not of type collectiveAttributeSubentry.
+     *       modification of collective attributes over entries/subentries
+     *       which are not of type collectiveAttributeSubentry.
      * 
      * See: http://issues.apache.org/jira/browse/DIRSERVER-821
      * See: http://issues.apache.org/jira/browse/DIRSERVER-822