You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/11/11 13:33:08 UTC

svn commit: r1033913 - /tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/SingleRemoveSynchronizedAddLock.java

Author: markt
Date: Thu Nov 11 12:33:07 2010
New Revision: 1033913

URL: http://svn.apache.org/viewvc?rev=1033913&view=rev
Log:
Clean-up

Modified:
    tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/SingleRemoveSynchronizedAddLock.java

Modified: tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/SingleRemoveSynchronizedAddLock.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/SingleRemoveSynchronizedAddLock.java?rev=1033913&r1=1033912&r2=1033913&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/SingleRemoveSynchronizedAddLock.java (original)
+++ tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/SingleRemoveSynchronizedAddLock.java Thu Nov 11 12:33:07 2010
@@ -18,8 +18,8 @@
 package org.apache.catalina.tribes.transport.bio.util;
 
 /**
- * The class <b>SingleRemoveSynchronizedAddLock</b> implement locking for accessing the queue
- * by a single remove thread and multiple add threads.
+ * The class <b>SingleRemoveSynchronizedAddLock</b> implement locking for
+ * accessing the queue by a single remove thread and multiple add threads.
  *
  * A thread is only allowed to be either the remove or
  * an add thread.
@@ -37,7 +37,7 @@ package org.apache.catalina.tribes.trans
  * the remove thread will get the lock first.
  *
  * The remove thread removes all entries in the queue
- * at once and proceeses them without further
+ * at once and processes them without further
  * polling the queue.
  *
  * The lock is not reentrant, in the sense, that all
@@ -52,6 +52,7 @@ package org.apache.catalina.tribes.trans
 public class SingleRemoveSynchronizedAddLock {
     
     public SingleRemoveSynchronizedAddLock() {
+        // NO-OP
     }
     
     public SingleRemoveSynchronizedAddLock(boolean dataAvailable) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org