Mechanical code cleanup (sal-distributed-datastore)
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / MockIdentifiers.java
index a4062c11933b78cc62a8852d4762e0778861613e..ae07ffdeda3b2d338173176d6d6f36e734d1b98c 100644 (file)
@@ -26,5 +26,5 @@ public final class MockIdentifiers {
 
     public static TransactionIdentifier transactionIdentifier(final Class<?> clazz, final String memberName) {
         return new TransactionIdentifier(historyIdentifier(clazz, memberName), 0);
-    };
+    }
 }