Remove superfluous @SuppressWarnings
[controller.git] / third-party / atomix / storage / src / main / java / io / atomix / storage / journal / MappedJournalSegmentReader.java
index cdc65c8243ea2641b4cb7f7fe9e89fc6ad75b66a..03d5c7fd87e6b33f60801801403ecae7c8291984 100644 (file)
@@ -125,7 +125,6 @@ class MappedJournalSegmentReader<E> implements JournalReader<E> {
   /**
    * Reads the next entry in the segment.
    */
-  @SuppressWarnings("unchecked")
   private void readNext() {
     // Compute the index of the next entry in the segment.
     final long index = getNextIndex();