Cleanup warnings
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / behaviors / SnapshotTrackerTest.java
index 658e2ca53fb4843cdf4f9e4c5a4b9a1b6512b1b2..2ef2c26d8fc3f242a3d19389a1753cc7aca0c3b4 100644 (file)
@@ -119,7 +119,7 @@ public class SnapshotTrackerTest {
         }
     }
 
-    private byte[] getNextChunk(ByteString bs, int offset, int size) {
+    private static byte[] getNextChunk(final ByteString bs, final int offset, int size) {
         int snapshotLength = bs.size();
         int start = offset;
         if (size > snapshotLength) {