remove comments
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 14 Apr 2007 17:06:10 +0000 (17:06 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 14 Apr 2007 17:06:10 +0000 (17:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@528840 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/NioEndpoint.java

index 8359245..78b94e5 100644 (file)
@@ -1024,8 +1024,6 @@ public class NioEndpoint {
      */
     protected boolean isWorkerAvailable() {
         if ( executor != null ) {
-//            ThreadPoolExecutor tpe = (ThreadPoolExecutor)executor;
-//            TaskQueue queue = (TaskQueue)tpe.getQueue();
             return true;
         } else {
             if (workers.size() > 0) {