/[classpath]/classpath/java/lang/ClassLoader.java
ViewVC logotype

Diff of /classpath/java/lang/ClassLoader.java

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

revision 1.42 by archie172, Tue Jan 4 19:18:29 2005 UTC revision 1.43 by tromey, Thu Jan 6 20:19:45 2005 UTC
# Line 1  Line 1 
1  /* ClassLoader.java -- responsible for loading classes into the VM  /* ClassLoader.java -- responsible for loading classes into the VM
2     Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 370  public abstract class ClassLoader Line 370  public abstract class ClassLoader
370     *   {     *   {
371     *     String packageName = name.substring(0, lastDot);     *     String packageName = name.substring(0, lastDot);
372     *     // Look if the package already exists     *     // Look if the package already exists
373     *     if (getPackage(pkg) == null)     *     if (getPackage(packageName) == null)
374     *       {     *       {
375     *         // define the package     *         // define the package
376     *         definePackage(packageName, ...);     *         definePackage(packageName, ...);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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