[jboss-cvs] JBoss Messaging SVN: r3351 - branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 20 14:20:29 EST 2007


Author: ataylor
Date: 2007-11-20 14:20:29 -0500 (Tue, 20 Nov 2007)
New Revision: 3351

Modified:
   branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
Log:
removed dialog

Modified: branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
===================================================================
--- branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java	2007-11-20 17:40:52 UTC (rev 3350)
+++ branches/Branch_MC_Integration_New/src/main/org/jboss/messaging/core/impl/ChannelSupport.java	2007-11-20 19:20:29 UTC (rev 3351)
@@ -33,7 +33,6 @@
 import org.jboss.util.timeout.Timeout;
 import org.jboss.util.timeout.TimeoutTarget;
 
-import javax.swing.*;
 import java.util.*;
 
 /**
@@ -228,11 +227,6 @@
 	      }
 	      
 	      clearAllScheduledDeliveries();
-         JOptionPane.showInputDialog(null, "ffghf", JOptionPane.QUESTION_MESSAGE);
-         do
-         {
-
-         }  while(false);
       }
    }
 




More information about the jboss-cvs-commits mailing list