jruaux      2003/01/15 02:38:17

  Modified:    Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant
                        StartServerHelper.java
  Log:
  Changed comment
  
  Revision  Changes    Path
  1.7       +2 -3      
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/StartServerHelper.java
  
  Index: StartServerHelper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/StartServerHelper.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- StartServerHelper.java    15 Jan 2003 09:17:32 -0000      1.6
  +++ StartServerHelper.java    15 Jan 2003 10:38:17 -0000      1.7
  @@ -270,9 +270,8 @@
           {
               throw new BuildException(e);
           }
  -
  -        // Should never reach this point as the target is blocking, unless the
  -        // server is stopped.
  +        // Since the target is blocking this point will be reached
  +        // when the server is stopped.
       }
   
       /**
  
  
  

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

Reply via email to