seguin      01/06/03 14:13:44

  Modified:    jk/src/java/org/apache/ajp/test TestAjp13.java
  Log:
  remove commented out code.
  
  Revision  Changes    Path
  1.5       +1 -6      
jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/test/TestAjp13.java
  
  Index: TestAjp13.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/test/TestAjp13.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestAjp13.java    2001/06/03 21:08:14     1.4
  +++ TestAjp13.java    2001/06/03 21:13:44     1.5
  @@ -159,12 +159,7 @@
   
       void shutdown() {
           this.shutdown = true;
  -
  -//          try {
  -            this.interrupt();
  -//          } catch (InterruptedException e) {
  -//              throw new RuntimeException(e.toString());
  -//          }
  +        this.interrupt();
       }
   
       public void run() {
  
  
  

Reply via email to