Fixes deprecation warning.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1484141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2013-05-18 16:39:10 +00:00
parent 57617b862f
commit 2621463a28
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ import javax.management.openmbean.TabularData;
import java.util.concurrent.TimeUnit;
import static junit.framework.Assert.assertNotNull;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.*;
/**
* @author <a href="http://www.christianposta.com/blog">Christian Posta</a>