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

Diff of /classpath/java/lang/Class.java

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

revision 1.40 by green, Thu Sep 15 14:42:36 2005 UTC revision 1.41 by varth, Fri Oct 28 09:26:48 2005 UTC
# Line 594  public final class Class implements Seri Line 594  public final class Class implements Seri
594      ClassLoader cl = getClassLoader();      ClassLoader cl = getClassLoader();
595      if (cl != null)      if (cl != null)
596        return cl.getPackage(getPackagePortion(getName()));        return cl.getPackage(getPackagePortion(getName()));
597      return null;      else
598          return VMClassLoader.getPackage(getPackagePortion(getName()));
599    }    }
600    
601    /**    /**

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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