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%2Fwrite%2FModuleWriterFactory.java;fp=vnfs%2Fhoneycomb_plugin%2Fstream-count%2Fstream-count-impl%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Flcmapi%2Fwrite%2FModuleWriterFactory.java;h=0bd7b8e1397b52805118ef750dc6524fff5509b1;hb=149a1664fcb40e1ad83f48878a13d2aff0f65b75;hp=1de39761abf37433a269f93c1fd624d3a887d7c2;hpb=0443998090eb195b1e2de897201843b8a90ae037;p=demo.git diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/write/ModuleWriterFactory.java b/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/write/ModuleWriterFactory.java similarity index 92% rename from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/write/ModuleWriterFactory.java rename to vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/write/ModuleWriterFactory.java index 1de39761..0bd7b8e1 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/write/ModuleWriterFactory.java +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/write/ModuleWriterFactory.java @@ -18,13 +18,13 @@ * Modifications copyright (c) 2019 AT&T Intellectual Property */ -package io.fd.honeycomb.lcmapi.write; +package org.onap.vnf.vfw.write; -import static io.fd.honeycomb.lcmapi.ModuleConfiguration.ELEMENT_SERVICE_NAME; +import static org.onap.vnf.vfw.ModuleConfiguration.ELEMENT_SERVICE_NAME; import com.google.inject.Inject; import com.google.inject.name.Named; -import io.fd.honeycomb.lcmapi.CrudService; +import org.onap.vnf.vfw.CrudService; import io.fd.honeycomb.translate.impl.write.GenericWriter; import io.fd.honeycomb.translate.write.WriterFactory; import io.fd.honeycomb.translate.write.registry.ModifiableWriterRegistryBuilder;