Remove JournalWriter.getLastEntry()
[controller.git] / atomix-storage / src / main / java / io / atomix / storage / journal / JournalWriter.java
index 1462463e9d68c8049f68f85ea34fdfbb4734144a..064fd019ecb6459f245d40bb2711976ab668961a 100644 (file)
@@ -30,13 +30,6 @@ public interface JournalWriter<E> {
      */
     long getLastIndex();
 
-    /**
-     * Returns the last entry written.
-     *
-     * @return The last entry written.
-     */
-    Indexed<E> getLastEntry();
-
     /**
      * Returns the next index to be written.
      *