X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2FReplicatedLogImplEntryTest.java;h=9ede21447c5b9d28ea9a346b10882b9c86ebe44f;hb=06af5e406a6698a7211bf4e4435c6aa2e8e3f628;hp=1fe22bcd4e91725a96cb448215f2acddb26adf4d;hpb=435903c19d8b6113b7204a996ebf8d3154ccab52;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplEntryTest.java b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplEntryTest.java index 1fe22bcd4e..9ede21447c 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplEntryTest.java +++ b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplEntryTest.java @@ -46,7 +46,7 @@ public class ReplicatedLogImplEntryTest { * Use this method to generate a file with a serialized ReplicatedLogImplEntry instance to be * used in tests that verify backwards compatible de-serialization. */ - private void generateSerializedFile() throws IOException { + private static void generateSerializedFile() throws IOException { String expPayloadData = "This is a test"; int expIndex = 1; int expTerm = 2;