Refactor SegmentedJournalWriter.reset()
[controller.git] / atomix-storage / src / main / java / io / atomix / storage / journal / ByteBufReader.java
index 1ebe81eef62f8d287aa5a1baad500f13f2e5ed43..205857533dcfc3498507576755dfa91bf17ebc8c 100644 (file)
@@ -71,7 +71,7 @@ public interface ByteBufReader 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);