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 2002/11/08 09:04:04 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/types/selectors SelectSelector.java

bodewig     2002/11/08 00:04:03

  Modified:    src/main/org/apache/tools/ant/types/selectors Tag:
                        ANT_15_BRANCH SelectSelector.java
  Log:
  fix error message
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      jakarta-ant/src/main/org/apache/tools/ant/types/selectors/SelectSelector.java
  
  Index: SelectSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/selectors/SelectSelector.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- SelectSelector.java	10 May 2002 15:40:32 -0000	1.1.2.1
  +++ SelectSelector.java	8 Nov 2002 08:04:03 -0000	1.1.2.2
  @@ -161,7 +161,7 @@
       public void verifySettings() {
           if (selectorCount() != 1) {
               setError("One and only one selector is allowed within the " +
  -                    "<select> tag");
  +                    "<selector> tag");
           }
       }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>