You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2008/05/28 04:50:38 UTC

svn commit: r660793 - /directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/DirectoryService.java

Author: akarasulu
Date: Tue May 27 19:50:37 2008
New Revision: 660793

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

Modified:
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/DirectoryService.java

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/DirectoryService.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/DirectoryService.java?rev=660793&r1=660792&r2=660793&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/DirectoryService.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/DirectoryService.java Tue May 27 19:50:37 2008
@@ -383,10 +383,10 @@
     
 
     /**
-     * Create a new ServerEntry
+     * Create a new ServerEntry.
      * 
-     * @param ldif The String representing the attributes, as a LDIF file
-     * @param dn The DN for this new entry
+     * @param ldif the String representing the attributes, in LDIF format
+     * @param dn the DN for this new entry
      */
     ServerEntry newEntry( String ldif, String dn );
 }