fix deprecation

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1441410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2013-02-01 12:00:33 +00:00
parent 436ca9e1eb
commit 2ebba60265
1 changed files with 1 additions and 1 deletions

View File

@ -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);