You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/04/23 18:02:42 UTC

svn commit: r531518 - in /incubator/qpid/branches/M2/java: broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java client/src/main/java/org/apache/qpid/client/AMQSession.java

Author: ritchiem
Date: Mon Apr 23 09:02:41 2007
New Revision: 531518

URL: http://svn.apache.org/viewvc?view=rev&rev=531518
Log:
White Space changes

Modified:
    incubator/qpid/branches/M2/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java
    incubator/qpid/branches/M2/java/client/src/main/java/org/apache/qpid/client/AMQSession.java

Modified: incubator/qpid/branches/M2/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java?view=diff&rev=531518&r1=531517&r2=531518
==============================================================================
--- incubator/qpid/branches/M2/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java (original)
+++ incubator/qpid/branches/M2/java/broker/src/main/java/org/apache/qpid/server/queue/AMQQueue.java Mon Apr 23 09:02:41 2007
@@ -615,7 +615,7 @@
         }
         catch (MessageCleanupException e)
         {
-            //Message was dequeued, but could notthen be deleted
+            //Message was dequeued, but could not then be deleted
             //though it is no longer referenced. This should be very
             //rare and can be detected and cleaned up on recovery or
             //done through some form of manual intervention.

Modified: incubator/qpid/branches/M2/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/client/src/main/java/org/apache/qpid/client/AMQSession.java?view=diff&rev=531518&r1=531517&r2=531518
==============================================================================
--- incubator/qpid/branches/M2/java/client/src/main/java/org/apache/qpid/client/AMQSession.java (original)
+++ incubator/qpid/branches/M2/java/client/src/main/java/org/apache/qpid/client/AMQSession.java Mon Apr 23 09:02:41 2007
@@ -644,7 +644,7 @@
             }
             catch (AMQException e)
             {
-                throw(JMSException) (new JMSException("Failed to rollback: " + e).initCause(e));
+                throw (JMSException) (new JMSException("Failed to rollback: " + e).initCause(e));
             }
         }
     }