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/16 15:57:10 UTC

cvs commit: ant/src/main/org/apache/tools/ant ComponentHelper.java

peterreilly    2004/12/16 06:57:10

  Modified:    src/main/org/apache/tools/ant ComponentHelper.java
  Log:
  Checkstyle
  
  Revision  Changes    Path
  1.41      +1 -1      ant/src/main/org/apache/tools/ant/ComponentHelper.java
  
  Index: ComponentHelper.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/ComponentHelper.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- ComponentHelper.java	15 Dec 2004 23:44:05 -0000	1.40
  +++ ComponentHelper.java	16 Dec 2004 14:57:10 -0000	1.41
  @@ -648,7 +648,7 @@
       public void exitAntLib() {
           antLibStack.pop();
           antLibCurrentUri = (antLibStack.size() == 0)
  -            ? null : (String)antLibStack.peek();
  +            ? null : (String) antLibStack.peek();
       }
   
       /**
  
  
  

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