checkStyleViolationSeverity=error implemented for mdsal-dom-broker
[mdsal.git] / dom / mdsal-dom-broker / src / main / java / org / opendaylight / mdsal / dom / broker / ShardedDOMTransactionChainAdapter.java
index e6fa8bce3fc6da20cddab070b73c2768c1febb75..4ac02aad07c0a223f288c02c167b0bc32f673333 100644 (file)
@@ -97,7 +97,7 @@ public class ShardedDOMTransactionChainAdapter implements DOMTransactionChain {
             }
 
             @Override
-            public void onFailure(final Throwable t) {
+            public void onFailure(final Throwable throwable) {
                 // We don't have to do nothing here,
                 // tx should take car of it
             }
@@ -160,8 +160,8 @@ public class ShardedDOMTransactionChainAdapter implements DOMTransactionChain {
 
         @Nonnull
         @Override
-        public <T extends DOMDataTreeListener> ListenerRegistration<T>
-        registerListener(@Nonnull final T listener, @Nonnull final Collection<DOMDataTreeIdentifier> subtrees,
+        public <T extends DOMDataTreeListener> ListenerRegistration<T> registerListener(
+                @Nonnull final T listener, @Nonnull final Collection<DOMDataTreeIdentifier> subtrees,
                          final boolean allowRxMerges, @Nonnull final Collection<DOMDataTreeProducer> producers)
                 throws DOMDataTreeLoopException {
             return delegateTreeService.registerListener(listener, subtrees, allowRxMerges, producers);