X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2Fhoneycomb_plugin%2Fstream-count%2Fstream-count-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fvnf%2Fvfw%2FCrudService.java;fp=vnfs%2Fhoneycomb_plugin%2Fstream-count%2Fstream-count-impl%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Flcmapi%2FCrudService.java;h=33b2e18f450c20ef9bf882633a792ec4a31aa095;hb=149a1664fcb40e1ad83f48878a13d2aff0f65b75;hp=b9d7f1bb2fd2e47809f0745aff9600891372626c;hpb=0443998090eb195b1e2de897201843b8a90ae037;p=demo.git diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/CrudService.java b/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/CrudService.java similarity index 98% rename from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/CrudService.java rename to vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/CrudService.java index b9d7f1bb..33b2e18f 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/CrudService.java +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/CrudService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package io.fd.honeycomb.lcmapi; +package org.onap.vnf.vfw; import io.fd.honeycomb.translate.read.ReadFailedException; import io.fd.honeycomb.translate.write.WriteFailedException;