X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Fstorage%2Fsrc%2Fmain%2Fjava%2Fio%2Fatomix%2Fstorage%2Fbuffer%2FFileBytes.java;h=8784d2407d0f8e461e0d93be4151273cf22a7b14;hb=64da33ff222387e2a3fc67e9c3fd891eacdd2d00;hp=326e8eda86ba23e5b8a4dac2072c7ac6c92b76ce;hpb=5417df1af08aa5eba93a7fc602c73e81e6767ab8;p=controller.git diff --git a/third-party/atomix/storage/src/main/java/io/atomix/storage/buffer/FileBytes.java b/third-party/atomix/storage/src/main/java/io/atomix/storage/buffer/FileBytes.java index 326e8eda86..8784d2407d 100644 --- a/third-party/atomix/storage/src/main/java/io/atomix/storage/buffer/FileBytes.java +++ b/third-party/atomix/storage/src/main/java/io/atomix/storage/buffer/FileBytes.java @@ -162,7 +162,7 @@ public class FileBytes extends AbstractBytes { /** * Maps a portion of the randomAccessFile into memory in {@link FileChannel.MapMode#READ_WRITE} mode and returns - * a {@link UnsafeMappedBytes} instance. + * a {@link MappedBytes} instance. * * @param offset The offset from which to map the randomAccessFile into memory. * @param size The count of the bytes to map into memory. @@ -175,7 +175,7 @@ public class FileBytes extends AbstractBytes { } /** - * Maps a portion of the randomAccessFile into memory and returns a {@link UnsafeMappedBytes} instance. + * Maps a portion of the randomAccessFile into memory and returns a {@link MappedBytes} instance. * * @param offset The offset from which to map the randomAccessFile into memory. * @param size The count of the bytes to map into memory.