X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fchamp%2Fmodel%2Ffluent%2Findex%2Fimpl%2FCreateObjectIndexableImpl.java;fp=src%2Fmain%2Fjava%2Forg%2Fopenecomp%2Faai%2Fchamp%2Fmodel%2Ffluent%2Findex%2Fimpl%2FCreateObjectIndexableImpl.java;h=f9b58c9727792d8d5bb53454b79e0221b1d606c2;hp=675dbb2a3be6b04e1d94bea0e8832092737714e7;hb=90b737757ff790d199458c51f7e09c4806b4ba34;hpb=418dd7316977dfb78b55efce717ce34b33590e4d diff --git a/src/main/java/org/openecomp/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java b/src/main/java/org/onap/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java similarity index 82% rename from src/main/java/org/openecomp/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java rename to src/main/java/org/onap/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java index 675dbb2..f9b58c9 100644 --- a/src/main/java/org/openecomp/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java +++ b/src/main/java/org/onap/aai/champ/model/fluent/index/impl/CreateObjectIndexableImpl.java @@ -19,15 +19,15 @@ * ============LICENSE_END============================================ * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ -package org.openecomp.aai.champ.model.fluent.index.impl; +package org.onap.aai.champ.model.fluent.index.impl; -import org.openecomp.aai.champ.model.ChampField; -import org.openecomp.aai.champ.model.ChampObject; -import org.openecomp.aai.champ.model.ChampObjectIndex; -import org.openecomp.aai.champ.model.fluent.BuildStep; -import org.openecomp.aai.champ.model.fluent.index.CreateObjectIndexable; -import org.openecomp.aai.champ.model.fluent.index.ObjectIndexFieldStep; -import org.openecomp.aai.champ.model.fluent.index.ObjectIndexTypeStep; +import org.onap.aai.champ.model.ChampField; +import org.onap.aai.champ.model.ChampObject; +import org.onap.aai.champ.model.ChampObjectIndex; +import org.onap.aai.champ.model.fluent.BuildStep; +import org.onap.aai.champ.model.fluent.index.CreateObjectIndexable; +import org.onap.aai.champ.model.fluent.index.ObjectIndexFieldStep; +import org.onap.aai.champ.model.fluent.index.ObjectIndexTypeStep; public final class CreateObjectIndexableImpl implements CreateObjectIndexable {