summaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect/Proxy.java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-03-29 01:34:23 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-03-29 01:34:23 +0000
commit4544c3f3876680fb79824d6c7628e850cff334e7 (patch)
treed6c16c1fb6f934ca70409141582916354ab1622b /libjava/java/lang/reflect/Proxy.java
parentff77a44171a828654464107a574edfd2e05040d3 (diff)
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
Diffstat (limited to 'libjava/java/lang/reflect/Proxy.java')
-rw-r--r--libjava/java/lang/reflect/Proxy.java2
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),