Refactor snapshot state verification
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / RaftActorDelegatingPersistentDataProviderTest.java
index 9dedc67e68776215bf58acad376c07e35ab83137..22369d78870b64b2d1a3ebce71bdac2b795a5aaf 100644 (file)
@@ -98,6 +98,7 @@ public class RaftActorDelegatingPersistentDataProviderTest {
     }
 
     static class TestNonPersistentPayload extends Payload {
+        @java.io.Serial
         private static final long serialVersionUID = 1L;
 
         @Override
@@ -118,7 +119,7 @@ public class RaftActorDelegatingPersistentDataProviderTest {
     }
 
     static class TestPersistentPayload extends TestNonPersistentPayload implements PersistentPayload {
+        @java.io.Serial
         private static final long serialVersionUID = 1L;
-
     }
 }