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 2012/01/09 14:48:56 UTC

svn commit: r1229151 - /directory/apacheds/branches/apacheds-txns/core-api/src/main/java/org/apache/directory/server/core/api/log/UserLogRecord.java

Author: elecharny
Date: Mon Jan  9 13:48:56 2012
New Revision: 1229151

URL: http://svn.apache.org/viewvc?rev=1229151&view=rev
Log:
Fixed some typos in JavaDoc

Modified:
    directory/apacheds/branches/apacheds-txns/core-api/src/main/java/org/apache/directory/server/core/api/log/UserLogRecord.java

Modified: directory/apacheds/branches/apacheds-txns/core-api/src/main/java/org/apache/directory/server/core/api/log/UserLogRecord.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/core-api/src/main/java/org/apache/directory/server/core/api/log/UserLogRecord.java?rev=1229151&r1=1229150&r2=1229151&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/core-api/src/main/java/org/apache/directory/server/core/api/log/UserLogRecord.java (original)
+++ directory/apacheds/branches/apacheds-txns/core-api/src/main/java/org/apache/directory/server/core/api/log/UserLogRecord.java Mon Jan  9 13:48:56 2012
@@ -85,7 +85,7 @@ public class UserLogRecord implements Ex
 
 
     /**
-     * Read back the entry from the stream.
+     * Read back the UserLogRecord from the stream.
      */
     @Override
     public void readExternal( ObjectInput in ) throws IOException, ClassNotFoundException
@@ -102,7 +102,7 @@ public class UserLogRecord implements Ex
 
 
     /**
-     * Write the logRecord in a stream. The format is : <br/>
+     * Write the UserLogRecord in a stream. The format is : <br/>
      * <ul>
      * <li>length of the stored data</li>
      * <li>data</li>