Change the package name from openo to onap
[holmes/common.git] / holmes-actions / src / test / java / org / onap / holmes / common / api / entity / AlarmsCorrelationTest.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.openo.holmes.common.api.entity;
+package org.onap.holmes.common.api.entity;
 
 import static org.hamcrest.core.IsEqual.equalTo;
 import static org.junit.Assert.assertThat;
@@ -23,7 +23,6 @@ import java.util.Date;
 import org.junit.Test;
 import org.junit.Before;
 import org.junit.After;
-import sun.util.resources.cldr.ga.LocaleNames_ga;
 
 public class AlarmsCorrelationTest {