Use the backport library to fix the compile error in Java 1.4.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@384162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2006-03-08 09:15:08 +00:00
parent ead505da98
commit 5628c2d94b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,6 @@ package org.apache.activemq;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Random;
import java.util.concurrent.atomic.AtomicBoolean;
import javax.jms.Destination;
import javax.jms.Session;
@ -29,6 +28,7 @@ import junit.framework.TestCase;
import org.apache.activemq.ActiveMQConnection;
import org.apache.activemq.ActiveMQConnectionFactory;
import edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean;
/**
* @author rnewson