/[classpath]/cp-tools/src/gnu/classpath/tools/Util.java
ViewVC logotype

Diff of /cp-tools/src/gnu/classpath/tools/Util.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by cbj, Sun Jan 30 04:19:27 2005 UTC revision 1.4 by glavaux, Mon Jun 27 09:04:36 2005 UTC
# Line 63  public class Util Line 63  public class Util
63      else      else
64        {        {
65          is = findFile(filename);          is = findFile(filename);
66            if (is == null)
67              {
68                String path = getSearchPath();
69                is = findClass(filename, path);
70              }
71        }        }
72      if (is != null)      if (is != null)
73        return is;        return is;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26