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
 Assigned to: 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

Reply via email to