Remove superfluous @SuppressWarnings 89/104689/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 08:04:23 +0000 (09:04 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 08:21:26 +0000 (09:21 +0100)
commitd1c48c7a987159b0cb980d744eafdf1e723b39fc
tree00fdaf8d3f2363497f6ce0cd1d111486594d29ad
parent60effcfcf5d75ddc1b32d0a55f220d0665a7e9bc
Remove superfluous @SuppressWarnings

There are on unchecked conversions convered by these suppressions,
remove them

JIRA: CONTROLLER-2071
Change-Id: I323edfb6657ae09308aebe452c834e2494a2f117
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/atomix/storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentReader.java
third-party/atomix/storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentWriter.java
third-party/atomix/storage/src/main/java/io/atomix/storage/journal/MappedJournalSegmentReader.java
third-party/atomix/storage/src/main/java/io/atomix/storage/journal/MappedJournalSegmentWriter.java