Modify package name. 65/32465/2
authorJieHou <houjie1@huawei.com>
Wed, 13 Jan 2016 03:53:45 +0000 (11:53 +0800)
committerJieHou <houjie1@huawei.com>
Wed, 13 Jan 2016 08:24:57 +0000 (16:24 +0800)
Change-Id: I82d9b6dae3e03cfceebe083db82b2dd7386f91cf
Signed-off-by: JieHou <houjie1@huawei.com>
nemo-tools/sandbox/src/main/java/org/opendaylight/nemo/tool/sandbox/northbound/RestServer.java

index 1b0cb8df3e85efbed50dd9d32f4f8b52104f9a6c..2ea09ac4acadd9df73d37e36373e4237084aad57 100644 (file)
@@ -21,12 +21,12 @@ public class RestServer {
     /**
      * Starts Grizzly HTTP server exposing JAX-RS resources defined inN this application.
      *
-     * @return Grizzly HTTP server.
+     *@param socket todo 
      */
     public static void start(String socket) {
         // create a resource config that scans for JAX-RS resources and providers
         // in com.example package
-        final ResourceConfig rc = new ResourceConfig().packages("com.huawei.nemo.sandbox.northbound");
+        final ResourceConfig rc = new ResourceConfig().packages("org.opendaylight.nemo.tool.sandbox.northbound");
 
         // create and start a new instance of grizzly http serverssss
         // exposing the Jersey application at BASE_URI