diff options
| author | Tom Tromey <tromey@redhat.com> | 2003-03-29 01:34:23 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-03-29 01:34:23 +0000 |
| commit | 4544c3f3876680fb79824d6c7628e850cff334e7 (patch) | |
| tree | d6c16c1fb6f934ca70409141582916354ab1622b /libjava/java/lang/reflect/Proxy.java | |
| parent | ff77a44171a828654464107a574edfd2e05040d3 (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.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), |
