Adding UI extensibility
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / dal / elasticsearch / ElasticSearchDataProvider.java
index 416e251..90075fe 100644 (file)
@@ -25,6 +25,10 @@ package org.onap.aai.sparky.dal.elasticsearch;
 import org.onap.aai.sparky.dal.rest.OperationResult;
 import org.onap.aai.sparky.dal.rest.RestDataProvider;
 
+/*
+ * TODO:   DELETE ME
+ */
+
 /**
  * The Interface ElasticSearchDataProvider.
  */
@@ -57,7 +61,7 @@ public interface ElasticSearchDataProvider extends RestDataProvider {
   /*
    * (non-Javadoc)
    * 
-   * @see org.onap.aai.sparky.dal.rest.RestDataProvider#shutdown()
+   * @see org.openecomp.sparky.dal.rest.RestDataProvider#shutdown()
    */
   @Override
   void shutdown();