[jboss-cvs] JBoss Messaging SVN: r8296 - branches/Branch_1_4/src/main/org/jboss/jms/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 5 03:15:19 EDT 2011


Author: gaohoward
Date: 2011-05-05 03:15:17 -0400 (Thu, 05 May 2011)
New Revision: 8296

Modified:
   branches/Branch_1_4/src/main/org/jboss/jms/server/ServerPeer.java
Log:
JBMESSAGING-1847
Move the comments to the right place


Modified: branches/Branch_1_4/src/main/org/jboss/jms/server/ServerPeer.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/jms/server/ServerPeer.java	2011-05-05 05:59:55 UTC (rev 8295)
+++ branches/Branch_1_4/src/main/org/jboss/jms/server/ServerPeer.java	2011-05-05 07:15:17 UTC (rev 8296)
@@ -381,6 +381,7 @@
 
    public void stopService() throws Exception
    {
+      // Stop the wired components
       //Tell the invocation handler we are closed - this is so we don't attempt to handle
       //any invocations when we are in a partial closing down state - which can give strange
       //"object not found with id" exceptions and stuff like that
@@ -399,8 +400,6 @@
 
             started = false;
 
-            // Stop the wired components
-
             messageIDManager.stop();
             messageIDManager = null;
             channelIDManager.stop();



More information about the jboss-cvs-commits mailing list