[jboss-remoting-commits] JBoss Remoting SVN: r3518 - in remoting3/trunk: core/src/main/java/org/jboss/cx/remoting/core and 1 other directory.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Feb 26 15:47:42 EST 2008


Author: david.lloyd at jboss.com
Date: 2008-02-26 15:47:42 -0500 (Tue, 26 Feb 2008)
New Revision: 3518

Modified:
   remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/RequestContext.java
   remoting3/trunk/core/src/main/java/org/jboss/cx/remoting/core/CoreOutboundContext.java
Log:
More spelling fixes

Modified: remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/RequestContext.java
===================================================================
--- remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/RequestContext.java	2008-02-26 20:45:54 UTC (rev 3517)
+++ remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/RequestContext.java	2008-02-26 20:47:42 UTC (rev 3518)
@@ -51,7 +51,7 @@
 
     /**
      * Execute a task in the context of this request.  This method can be used to continue execution of a request.  Any
-     * tasks submitted to this executor will be interruptable in the event of cancellation.
+     * tasks submitted to this executor will be interruptible in the event of cancellation.
      *
      * @param command the task to execute
      */

Modified: remoting3/trunk/core/src/main/java/org/jboss/cx/remoting/core/CoreOutboundContext.java
===================================================================
--- remoting3/trunk/core/src/main/java/org/jboss/cx/remoting/core/CoreOutboundContext.java	2008-02-26 20:45:54 UTC (rev 3517)
+++ remoting3/trunk/core/src/main/java/org/jboss/cx/remoting/core/CoreOutboundContext.java	2008-02-26 20:47:42 UTC (rev 3518)
@@ -158,7 +158,7 @@
             try {
                 final QueueExecutor queueExecutor = new QueueExecutor();
                 final FutureReply<O> futureReply = doSend(request, queueExecutor);
-                // todo - find a safe way to make this interruptable
+                // todo - find a safe way to make this interruptible
                 queueExecutor.runQueue();
                 return futureReply.getInterruptibly();
             } finally {




More information about the jboss-remoting-commits mailing list