Renaming openecomp to onap
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / security / portal / config / RolesConfig.java
@@ -20,7 +20,7 @@
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.sparky.security.portal.config;
+package org.onap.aai.sparky.security.portal.config;
 
 import java.io.IOException;
 import java.lang.reflect.Type;
@@ -30,8 +30,8 @@ import java.nio.file.Paths;
 import java.util.Collections;
 import java.util.List;
 
+import org.onap.aai.sparky.viewandinspect.config.TierSupportUiConstants;
 import org.openecomp.portalsdk.core.restful.domain.EcompRole;
-import org.openecomp.sparky.viewandinspect.config.TierSupportUiConstants;
 
 import com.google.gson.Gson;
 import com.google.gson.JsonSyntaxException;