conor       2003/07/14 09:02:41

  Modified:    src/main/org/apache/tools/ant/taskdefs ProcessDestroyer.java
  Log:
  checkstyle
  
  Revision  Changes    Path
  1.9       +23 -24    
ant/src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer.java
  
  Index: ProcessDestroyer.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -w -u -r1.8 -r1.9
  --- ProcessDestroyer.java     6 Jul 2003 09:57:36 -0000       1.8
  +++ ProcessDestroyer.java     14 Jul 2003 16:02:41 -0000      1.9
  @@ -66,8 +66,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jim Allers</a>
    * @since Ant 1.5
    */
  -class ProcessDestroyer
  -    implements Runnable {
  +class ProcessDestroyer implements Runnable {
   
       private Vector processes = new Vector();
       // methods to register and unregister shutdown hooks
  @@ -142,7 +141,7 @@
       }
   
       /**
  -     * Registers this <code>ProcessDestroyer</code> as a shutdown hook,
  +     * Removes this <code>ProcessDestroyer</code> as a shutdown hook,
        * uses reflection to ensure pre-JDK 1.3 compatibility
        */
       private void removeShutdownHook(){
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to