Enable checkstyle
[controller.git] / atomix-storage / src / main / java / io / atomix / storage / journal / ByteBufMapper.java
index e29dbcb60a5bf586f09975e53c40fb7c6baa57e2..fa477aa554de990e17c9796322352313ce44868d 100644 (file)
@@ -32,7 +32,7 @@ public interface ByteBufMapper<T> {
      * @param bytes entry bytes
      * @return resulting object
      */
-    T bytesToObject(final long index, ByteBuf bytes);
+    T bytesToObject(long index, ByteBuf bytes);
 
     /**
      * Converts an object into a series of bytes in the specified {@link ByteBuf}.