Merge "BUG-2288: DOMNotification API"
[controller.git] / opendaylight / config / threadpool-config-impl / src / test / java / org / opendaylight / controller / config / threadpool / async / AsyncEventBusConfigBeanTest.java
index 0b339fc6007834f9c8fad9cc9619457ee60fa9f1..89a0182d00d8fd04c2e5e66decfbd5f9a370ea97 100644 (file)
@@ -7,13 +7,12 @@
  */
 package org.opendaylight.controller.config.threadpool.async;
 
+import static org.hamcrest.CoreMatchers.containsString;
 import static org.junit.Assert.assertThat;
 import static org.junit.Assert.fail;
-import static org.junit.matchers.JUnitMatchers.containsString;
 
 import javax.management.InstanceAlreadyExistsException;
 import javax.management.ObjectName;
-
 import org.junit.Before;
 import org.junit.Test;
 import org.opendaylight.controller.config.api.ConflictingVersionException;