X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Fstorage%2Fsrc%2Fmain%2Fjava%2Fio%2Fatomix%2Fstorage%2Fjournal%2FFileChannelJournalSegmentReader.java;fp=third-party%2Fatomix%2Fstorage%2Fsrc%2Fmain%2Fjava%2Fio%2Fatomix%2Fstorage%2Fjournal%2FFileChannelJournalSegmentReader.java;h=eb0ddeebbac240e99de6a73be9de41ec8aa38b0c;hb=d1c48c7a987159b0cb980d744eafdf1e723b39fc;hp=fe69711df7d4e8ae3f48e35d02c3a36b3b6d7309;hpb=60effcfcf5d75ddc1b32d0a55f220d0665a7e9bc;p=controller.git diff --git a/third-party/atomix/storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentReader.java b/third-party/atomix/storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentReader.java index fe69711df7..eb0ddeebba 100644 --- a/third-party/atomix/storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentReader.java +++ b/third-party/atomix/storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentReader.java @@ -141,7 +141,6 @@ class FileChannelJournalSegmentReader implements JournalReader { /** * 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();