mirror of https://github.com/apache/activemq.git
fix deprecation
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1441410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
436ca9e1eb
commit
2ebba60265
|
@ -24,7 +24,7 @@ import org.apache.activemq.util.Wait;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class WaitForJettyListener {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(WaitForJettyListener.class);
|
||||
|
|
Loading…
Reference in New Issue