rename openo to onap
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / onap / sfc / utils / SfcDriverUtil.java
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.utils;
+package org.onap.sfc.utils;
 
 import com.google.gson.Gson;
-import org.openo.sfc.entity.ChainParameter;
-import org.openo.sfc.entity.MsbRegisterEntity;
-import org.openo.sfc.entity.NodeEntity;
-import org.openo.sfc.entity.portpair.ServiceFunctionParameter;
+import org.onap.sfc.entity.ChainParameter;
+import org.onap.sfc.entity.MsbRegisterEntity;
+import org.onap.sfc.entity.NodeEntity;
+import org.onap.sfc.entity.portpair.ServiceFunctionParameter;
 
 import java.net.InetAddress;
 import java.net.UnknownHostException;