Fix odlparent-3.0.0 checkstyle issues
[mdsal.git] / dom / mdsal-dom-broker / src / test / java / org / opendaylight / mdsal / dom / broker / AbstractDOMForwardedCompositeTransactionTest.java
index ac50e2678c31fb5664585774e1bd57902242531b..e6be4f11c4d1bb47c45be763db765329f2cebbff 100644 (file)
@@ -32,11 +32,11 @@ public class AbstractDOMForwardedCompositeTransactionTest {
         domForwardedCompositeTransaction.closeSubtransactions();
     }
 
-    private static class DOMForwardedCompositeTransactionTestImpl
+    private static final class DOMForwardedCompositeTransactionTestImpl
             extends AbstractDOMForwardedCompositeTransaction<String, DOMStoreTransaction> {
 
-        private DOMForwardedCompositeTransactionTestImpl(final Object identifier,
-                                                         final Map<String, DOMStoreTransaction> backingTxs) {
+        DOMForwardedCompositeTransactionTestImpl(final Object identifier,
+                                                 final Map<String, DOMStoreTransaction> backingTxs) {
             super(identifier, backingTxs);
         }
     }