conor       01/11/16 04:05:50

  Modified:    src/main/org/apache/tools/ant IntrospectionHelper.java
  Log:
  Remove tabs in IntrospectionHelper
  
  Revision  Changes    Path
  1.26      +30 -31    
jakarta-ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
  
  Index: IntrospectionHelper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/IntrospectionHelper.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -u -r1.25 -r1.26
  --- IntrospectionHelper.java  2001/11/02 12:07:34     1.25
  +++ IntrospectionHelper.java  2001/11/16 12:05:50     1.26
  @@ -321,7 +321,6 @@
           NestedCreator nc = (NestedCreator) nestedCreators.get(elementName);
           if (nc == null) {
            String msg = getElementName(project, element) +
  -            //String msg = "Class " + element.getClass().getName() +
                   " doesn't support the nested \"" + elementName + "\" 
element.";
               throw new BuildException(msg);
           }
  
  
  

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

Reply via email to