Renaming openecomp to onap
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / dal / elasticsearch / ElasticSearchDataProvider.java
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.sparky.dal.elasticsearch;
+package org.onap.aai.sparky.dal.elasticsearch;
 
-import org.openecomp.sparky.dal.rest.OperationResult;
-import org.openecomp.sparky.dal.rest.RestDataProvider;
+import org.onap.aai.sparky.dal.rest.OperationResult;
+import org.onap.aai.sparky.dal.rest.RestDataProvider;
 
 /**
  * The Interface ElasticSearchDataProvider.
@@ -55,7 +55,7 @@ public interface ElasticSearchDataProvider extends RestDataProvider {
   OperationResult retrieveEntityById(String entityId) throws Exception;
 
   /* (non-Javadoc)
-   * @see org.openecomp.sparky.dal.rest.RestDataProvider#shutdown()
+   * @see org.onap.aai.sparky.dal.rest.RestDataProvider#shutdown()
    */
   @Override
   void shutdown();