dion        02/05/13 00:41:28

  Modified:    src/descriptors SliceProject.java
  Log:
  Fixed checkstyle issues
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-turbine-maven/src/descriptors/SliceProject.java
  
  Index: SliceProject.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/descriptors/SliceProject.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SliceProject.java 22 Apr 2002 15:06:34 -0000      1.5
  +++ SliceProject.java 13 May 2002 07:41:28 -0000      1.6
  @@ -61,7 +61,7 @@
    * Get rid of duplicated dependencies in the gump descriptors.
    * @todo Fix the comments above
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: SliceProject.java,v 1.5 2002/04/22 15:06:34 dion Exp $
  + * @version $Id: SliceProject.java,v 1.6 2002/05/13 07:41:28 dion Exp $
    */
   public class SliceProject
   {
  @@ -127,7 +127,7 @@
   
           StringBuffer buf = new StringBuffer(text.length());
           int start = 0, end = 0;
  -        while ( (end = text.indexOf(repl, start)) != -1 )
  +        while ((end = text.indexOf(repl, start)) != -1)
           {
               //System.err.println("end=" + end);
               buf.append(text.substring(start, end)).append(with);
  
  
  

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

Reply via email to