Rename restconf packages to org.opendaylight.netconf
[netconf.git] / opendaylight / restconf / sal-rest-connector / src / main / yang / opendaylight-rest-connector.yang
index 6fa9c86ec1879985afa664783f65e483ffad60da..c6c7c87115956d0324de34cbe0942043330f0e84 100644 (file)
@@ -18,7 +18,7 @@ module opendaylight-rest-connector {
     
     identity rest-connector {
         base "config:service-type";
-        config:java-class "org.opendaylight.controller.sal.rest.api.RestConnector";
+        config:java-class "org.opendaylight.netconf.sal.rest.api.RestConnector";
     }
     
     identity rest-connector-impl {