[hornetq-commits] JBoss hornetq SVN: r8876 - trunk/src/main/org/hornetq/core/protocol/stomp.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 15 12:33:12 EST 2010


Author: jmesnil
Date: 2010-02-15 12:33:11 -0500 (Mon, 15 Feb 2010)
New Revision: 8876

Modified:
   trunk/src/main/org/hornetq/core/protocol/stomp/StompSession.java
Log:
use java.lang.IllegalStateException, not the JMS one

Modified: trunk/src/main/org/hornetq/core/protocol/stomp/StompSession.java
===================================================================
--- trunk/src/main/org/hornetq/core/protocol/stomp/StompSession.java	2010-02-15 17:23:38 UTC (rev 8875)
+++ trunk/src/main/org/hornetq/core/protocol/stomp/StompSession.java	2010-02-15 17:33:11 UTC (rev 8876)
@@ -17,8 +17,6 @@
 import java.util.Map;
 import java.util.Map.Entry;
 
-import javax.jms.IllegalStateException;
-
 import org.hornetq.api.core.HornetQBuffer;
 import org.hornetq.api.core.Message;
 import org.hornetq.api.core.SimpleString;



More information about the hornetq-commits mailing list