You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/11/15 09:25:46 UTC

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

bodewig     2004/11/15 00:25:41

  Modified:    src/main/org/apache/tools/ant/types PropertySet.java
  Log:
  Fix propertyset's builtin attribute
  
  Revision  Changes    Path
  1.18      +1 -1      ant/src/main/org/apache/tools/ant/types/PropertySet.java
  
  Index: PropertySet.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/PropertySet.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- PropertySet.java	12 Nov 2004 15:15:22 -0000	1.17
  +++ PropertySet.java	15 Nov 2004 08:25:41 -0000	1.18
  @@ -76,7 +76,7 @@
   
           public void setBuiltin(BuiltinPropertySetName b) {
               String built_in = b.getValue();
  -            assertValid("builtin", builtin);
  +            assertValid("builtin", built_in);
               this.builtin = built_in;
           }
   
  
  
  

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