Renaming openecomp to onap
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / dal / sas / entity / GroupByAggregationEntity.java
 * ECOMP and OpenECOMP are trademarks
 * and service marks of AT&T Intellectual Property.
 */
-package org.openecomp.sparky.dal.sas.entity;
+package org.onap.aai.sparky.dal.sas.entity;
 
 import java.util.ArrayList;
 import java.util.List;
 
-import org.openecomp.sparky.dal.elasticsearch.entity.BucketEntity;
+import org.onap.aai.sparky.dal.elasticsearch.entity.BucketEntity;
 
 public class GroupByAggregationEntity {
   private int totalChartHits;