Rename tools packages to org.opendaylight.netconf
[netconf.git] / opendaylight / netconf / tools / netconf-cli / src / main / java / org / opendaylight / netconf / cli / reader / custom / PasswordReader.java
@@ -5,16 +5,16 @@
  * 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.reader.custom;
+package org.opendaylight.netconf.cli.reader.custom;
 
 import com.google.common.base.Preconditions;
 import java.io.IOException;
 import jline.console.completer.Completer;
 import jline.console.completer.NullCompleter;
-import org.opendaylight.controller.netconf.cli.io.BaseConsoleContext;
-import org.opendaylight.controller.netconf.cli.io.ConsoleContext;
-import org.opendaylight.controller.netconf.cli.io.ConsoleIO;
-import org.opendaylight.controller.netconf.cli.reader.impl.BasicDataHolderReader;
+import org.opendaylight.netconf.cli.io.BaseConsoleContext;
+import org.opendaylight.netconf.cli.io.ConsoleContext;
+import org.opendaylight.netconf.cli.io.ConsoleIO;
+import org.opendaylight.netconf.cli.reader.impl.BasicDataHolderReader;
 import org.opendaylight.yangtools.yang.model.api.DataSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.LeafSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;