Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / rpc / SimulatedCommit.java
index 1d0aab8f3875e2aca80de32e8b472bc92208db84..15204fe4b606257fe8acd261f24f8c4a4f140dd0 100644 (file)
@@ -24,7 +24,8 @@ public class SimulatedCommit extends AbstractConfigNetconfOperation {
     }
 
     @Override
-    protected Element handleWithNoSubsequentOperations(final Document document, final XmlElement operationElement) throws DocumentedException {
+    protected Element handleWithNoSubsequentOperations(final Document document, final XmlElement operationElement)
+            throws DocumentedException {
         return XmlUtil.createElement(document, XmlNetconfConstants.OK, Optional.<String>absent());
     }