/[classpath]/classpath/gnu/java/lang/SystemClassLoader.java
ViewVC logotype

Diff of /classpath/gnu/java/lang/SystemClassLoader.java

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

revision 1.1 by ericb, Fri Mar 22 21:25:20 2002 UTC revision 1.2 by ericb, Thu Mar 28 21:56:55 2002 UTC
# Line 64  public class SystemClassLoader extends C Line 64  public class SystemClassLoader extends C
64    
65    /** Flag to avoid infinite loops. */    /** Flag to avoid infinite loops. */
66    private static boolean is_trying;    private static boolean is_trying;
67    
68      /**
69       * Creates a class loader. Note that the parent may be null, when this is
70       * created as the system class loader by ClassLoader.getSystemClassLoader.
71       *
72       * @param parent the parent class loader
73       */
74      public SystemClassLoader(ClassLoader parent)
75      {
76        super(parent);
77      }
78            
79    /**    /**
80     * Get the URL to a resource.     * Get the URL to a resource.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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