Fix checkstyle warnings for netconf-testtool
[controller.git] / opendaylight / netconf / netconf-testtool / src / main / java / org / opendaylight / controller / netconf / test / tool / SimulatedEditConfig.java
index e5d068d02c09c7b9bf604edee5b26c0f2b291c60..fd4cd136fdf149cc628eaac6d2ad346fddcb62a1 100644 (file)
@@ -45,7 +45,7 @@ class SimulatedEditConfig extends AbstractConfigNetconfOperation {
     }
 
     @Override
-      protected String getOperationName() {
+    protected String getOperationName() {
         return EditConfigXmlParser.EDIT_CONFIG;
     }