Port champ-microservice project restructure
[aai/champ.git] / champ-lib / champ-core / src / main / java / org / onap / aai / champcore / model / fluent / KeyStep.java
@@ -19,9 +19,9 @@
  * ============LICENSE_END============================================
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.onap.aai.champ.model.fluent;
+package org.onap.aai.champcore.model.fluent;
 
 public interface KeyStep<T> {
        public T withKey(Object key);
        public T withoutKey();
-}
+}
\ No newline at end of file