Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / tools / netconf-cli / src / main / java / org / opendaylight / netconf / cli / writer / impl / CliOutputFromNormalizedNodeSerializerFactory.java
index 9fe8f9c1344acac729de10af3578c669722581ff..5c2bd170c7501a9f12d8406ec8e440b5fff45b83 100644 (file)
@@ -85,7 +85,8 @@ public final class CliOutputFromNormalizedNodeSerializerFactory implements FromN
     }
 
     @Override
-    public FromNormalizedNodeSerializer<String, LeafSetEntryNode<?>, LeafListSchemaNode> getLeafSetEntryNodeSerializer() {
+    public FromNormalizedNodeSerializer<
+            String, LeafSetEntryNode<?>, LeafListSchemaNode> getLeafSetEntryNodeSerializer() {
         return leafSetEntryNodeSerializer;
     }