/[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.31 by archie172, Fri Jan 7 15:08:23 2005 UTC revision 1.32 by mkoch, Mon Feb 21 16:21:49 2005 UTC
# Line 1  Line 1 
1  /* Class.java -- Representation of a Java class.  /* Class.java -- Representation of a Java class.
2     Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004     Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005
3     Free Software Foundation     Free Software Foundation
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 1116  public final class Class implements Seri Line 1116  public final class Class implements Seri
1116          if (!Modifier.isPublic(constructor.getModifiers()))          if (!Modifier.isPublic(constructor.getModifiers()))
1117            {            {
1118              final Constructor finalConstructor = constructor;              final Constructor finalConstructor = constructor;
1119              AccessController.doPrivileged(new PrivilegedAction() {              AccessController.doPrivileged(new PrivilegedAction()
1120                  public Object run() {                {
1121                    public Object run()
1122                    {
1123                    finalConstructor.setAccessible(true);                    finalConstructor.setAccessible(true);
1124                    return null;                    return null;
1125                  }                  }

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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