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/11/22 01:08:04 UTC

svn commit: r597269 - /directory/shared/branches/bigbang/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/Entry.java

Author: elecharny
Date: Wed Nov 21 16:08:03 2007
New Revision: 597269

URL: http://svn.apache.org/viewvc?rev=597269&view=rev
Log:
Reorganized the javadoc

Modified:
    directory/shared/branches/bigbang/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/Entry.java

Modified: directory/shared/branches/bigbang/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/Entry.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/Entry.java?rev=597269&r1=597268&r2=597269&view=diff
==============================================================================
--- directory/shared/branches/bigbang/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/Entry.java (original)
+++ directory/shared/branches/bigbang/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/Entry.java Wed Nov 21 16:08:03 2007
@@ -42,8 +42,12 @@
 /**
  * A entry to be populated by an ldif parser.
  * 
- * We will have different kind of entries : - added entries - deleted entries -
- * modified entries - RDN modified entries - DN modified entries
+ * We will have different kind of entries : 
+ * - added entries 
+ * - deleted entries 
+ * - modified entries 
+ * - RDN modified entries 
+ * - DN modified entries
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  */