Proxy.java: New version from Classpath.
* java/lang/reflect/Proxy.java: New version from Classpath. * java/lang/Package.java: New version from Classpath. From-SVN: r65007
This commit is contained in:
@@ -185,7 +185,7 @@ public class Proxy implements Serializable
|
||||
* Proxy.
|
||||
* @serial invocation handler associated with this proxy instance
|
||||
*/
|
||||
protected final InvocationHandler h;
|
||||
protected InvocationHandler h;
|
||||
|
||||
/**
|
||||
* Constructs a new Proxy from a subclass (usually a proxy class),
|
||||
|
||||
Reference in New Issue
Block a user