diff options
Diffstat (limited to 'libjava/java/lang/reflect/Proxy.java')
-rw-r--r-- | libjava/java/lang/reflect/Proxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
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), |