Rename tools packages to org.opendaylight.netconf
[netconf.git] / opendaylight / netconf / tools / netconf-cli / src / main / java / org / opendaylight / netconf / cli / writer / impl / LeafSetEntryNodeCliSerializer.java
@@ -5,9 +5,9 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.netconf.cli.writer.impl;
+package org.opendaylight.netconf.cli.writer.impl;
 
-import org.opendaylight.controller.netconf.cli.writer.OutFormatter;
+import org.opendaylight.netconf.cli.writer.OutFormatter;
 import org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode;
 import org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafSetEntryNodeBaseSerializer;
 import org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode;