You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/12/01 17:58:19 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4Resolve.java

peterreilly    2004/12/01 08:58:19

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/perforce
                        P4Resolve.java
  Log:
  checkstyle
  
  Revision  Changes    Path
  1.11      +1 -1      ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Resolve.java
  
  Index: P4Resolve.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Resolve.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- P4Resolve.java	9 Mar 2004 16:48:33 -0000	1.10
  +++ P4Resolve.java	1 Dec 2004 16:58:19 -0000	1.11
  @@ -73,7 +73,7 @@
                   break;
               }
           }
  -        if (found == false) {
  +        if (!found) {
               throw new BuildException("Unacceptable value for resolve mode");
           }
           this.resolvemode = resolvemode;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org