Refactor SegmentedJournalWriter.reset()
[controller.git] / atomix-storage / src / main / java / io / atomix / storage / journal / JournalReader.java
index 635f6248c44f5d585e6dd52a118618672a1458ab..8f49aa2ebcabd1c26e59bd091f74e9b540ad6cae 100644 (file)
@@ -88,7 +88,7 @@ public interface JournalReader<E> extends AutoCloseable {
     /**
      * Resets the reader to the given index.
      *
-     * @param index The index to which to reset the reader.
+     * @param index the next index to read
      */
     void reset(long index);