You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2006/05/21 07:58:30 UTC

[jira] Closed: (GERONIMO-2039) typos in org.apache.geronimo.kernel.config.recursiveCopy(File srcDir, File destDir)

     [ http://issues.apache.org/jira/browse/GERONIMO-2039?page=all ]
     
John Sisson closed GERONIMO-2039:
---------------------------------

    Resolution: Fixed

Fixed.  Good eyes Anita :-)

> typos in org.apache.geronimo.kernel.config.recursiveCopy(File srcDir, File destDir)
> -----------------------------------------------------------------------------------
>
>          Key: GERONIMO-2039
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2039
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.1
>     Reporter: John Sisson
>     Assignee: John Sisson
>      Fix For: 1.1

>
> Hi,
>     I came across some typos in o.a.g.k.config.IOUtil.recursiveCopy()-
> ...........................................
>  if (srcDir == null)  throw new NullPointerException("sourceDir is
> null");
>         if (srcDir == null)  throw new NullPointerException("destDir is
> null");
> .....................................................................
>    if (destDir.equals(destDir)) {
>             throw new IllegalArgumentException("Source and destination
> directory are the same " + srcDir);
>         }
> ......................................................................
> Thanks
> Anita

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira