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 2010/10/11 22:47:40 UTC

svn commit: r1021499 - /directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/operational/OperationalAttributeInterceptor.java

Author: elecharny
Date: Mon Oct 11 20:47:40 2010
New Revision: 1021499

URL: http://svn.apache.org/viewvc?rev=1021499&view=rev
Log:
Updated the javadoc Header

Modified:
    directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/operational/OperationalAttributeInterceptor.java

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/operational/OperationalAttributeInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/operational/OperationalAttributeInterceptor.java?rev=1021499&r1=1021498&r2=1021499&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/operational/OperationalAttributeInterceptor.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/operational/OperationalAttributeInterceptor.java Mon Oct 11 20:47:40 2010
@@ -71,9 +71,9 @@ import org.slf4j.LoggerFactory;
 
 /**
  * An {@link Interceptor} that adds or modifies the default attributes
- * of entries. There are four default attributes for now;
+ * of entries. There are six default attributes for now;
  * <tt>'creatorsName'</tt>, <tt>'createTimestamp'</tt>, <tt>'modifiersName'</tt>,
- * and <tt>'modifyTimestamp'</tt>.
+ * <tt>'modifyTimestamp'</tt>, <tt>entryUUID</tt> and <tt>entryCSN</tt>.
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  */