From 4544c3f3876680fb79824d6c7628e850cff334e7 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 29 Mar 2003 01:34:23 +0000 Subject: 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 --- libjava/java/lang/reflect/Proxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/lang/reflect/Proxy.java') diff --git a/libjava/java/lang/reflect/Proxy.java b/libjava/java/lang/reflect/Proxy.java index 82cf3722263..e327f44664b 100644 --- a/libjava/java/lang/reflect/Proxy.java +++ b/libjava/java/lang/reflect/Proxy.java @@ -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), -- cgit v1.2.3