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:
Tom Tromey
2003-03-29 01:34:23 +00:00
committed by Tom Tromey
parent ff77a44171
commit 4544c3f387
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -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),