/[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.39 by tromey, Tue Sep 13 21:25:11 2005 UTC revision 1.40 by green, Thu Sep 15 14:42:36 2005 UTC
# Line 101  public final class Class implements Seri Line 101  public final class Class implements Seri
101    /** The class signers. */    /** The class signers. */
102    private Object[] signers = null;    private Object[] signers = null;
103    /** The class protection domain. */    /** The class protection domain. */
104    private final ProtectionDomain pd;    private final transient ProtectionDomain pd;
105    
106    /* We use an inner class, so that Class doesn't have a static initializer */    /* We use an inner class, so that Class doesn't have a static initializer */
107    private static final class StaticData    private static final class StaticData

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

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