Update project structure to org.onap
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / provisioning / utils / DRRouteCLI.java
@@ -22,7 +22,7 @@
  ******************************************************************************/\r
 \r
 \r
-package com.att.research.datarouter.provisioning.utils;\r
+package org.onap.dmaap.datarouter.provisioning.utils;\r
 \r
 import java.io.File;\r
 import java.io.FileInputStream;\r
@@ -63,7 +63,7 @@ public class DRRouteCLI {
         * Invoke the CLI.  The CLI can be run with a single command (given as command line arguments),\r
         * or in an interactive mode where the user types a sequence of commands to the program.  The CLI is invoked via:\r
         * <pre>\r
-        * java com.att.research.datarouter.provisioning.utils.DRRouteCLI [ -s <i>server</i> ] [ <i>command</i> ]\r
+        * java org.onap.dmaap.datarouter.provisioning.utils.DRRouteCLI [ -s <i>server</i> ] [ <i>command</i> ]\r
         * </pre>\r
         * A full description of the arguments to this command are\r
         * <a href="http://wiki.proto.research.att.com/doku.php?id=datarouter-route-cli">here</a>.\r