You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/07/05 05:39:27 UTC

cvs commit: jakarta-ant-myrmidon/framework/src/todo/org/apache/tools/todo/util FileUtils.java

donaldp     2002/07/04 20:39:27

  Modified:    framework/src/todo/org/apache/tools/todo/util FileUtils.java
  Log:
  Remove redundent throws clauses
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-ant-myrmidon/framework/src/todo/org/apache/tools/todo/util/FileUtils.java
  
  Index: FileUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/framework/src/todo/org/apache/tools/todo/util/FileUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FileUtils.java	14 Apr 2002 09:31:53 -0000	1.1
  +++ FileUtils.java	5 Jul 2002 03:39:27 -0000	1.2
  @@ -360,7 +360,6 @@
        */
       public static String[] translatePath( final File baseDirectory,
                                             String source )
  -        throws TaskException
       {
           final ArrayList result = new ArrayList();
           if( source == null )
  @@ -391,7 +390,6 @@
        * Assume the filename is absolute if project is null.</p>
        */
       public static String resolveFile( final File baseDirectory, final String relativeName )
  -        throws TaskException
       {
           if( null != baseDirectory )
           {
  
  
  

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