CLEANUP : Fix javadoc warnings in sal-akka-raft code
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / ReplicatedLog.java
index 9e99be118451523153871652b964d7824931c1ad..ffa4cb117231f3f603e2cd8a51db3853fd9b2fe8 100644 (file)
@@ -57,7 +57,7 @@ public interface ReplicatedLog {
      * The persisted information would then be used during recovery to properly
      * reconstruct the state of the in-memory replicated log
      *
-     * @param the index of the first log entry to remove
+     * @param index the index of the first log entry to remove
      */
     void removeFromAndPersist(long index);
 
@@ -105,7 +105,7 @@ public interface ReplicatedLog {
 
     /**
      *
-     * @return
+     * @return the number of entries in the journal
      */
     long size();