diff options
| author | Eric Blake <ebb9@byu.net> | 2001-10-21 01:19:17 +0000 |
|---|---|---|
| committer | Eric Blake <ebb9@byu.net> | 2001-10-21 01:19:17 +0000 |
| commit | 29a0b5766bdc7e1a374d26b64ce2e43649fdafce (patch) | |
| tree | f62625360ff1ac89dbc754ffac9503699a5cdd2f /gnu/classpath/Configuration.java.in | |
| parent | b8855cd6b13c980864ceb01cf070d823643e6ecd (diff) | |
| download | classpath-29a0b5766bdc7e1a374d26b64ce2e43649fdafce.tar.gz | |
comment typo in last commit
Diffstat (limited to 'gnu/classpath/Configuration.java.in')
| -rw-r--r-- | gnu/classpath/Configuration.java.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/classpath/Configuration.java.in b/gnu/classpath/Configuration.java.in index 1e4ca2fa1..3115226f2 100644 --- a/gnu/classpath/Configuration.java.in +++ b/gnu/classpath/Configuration.java.in @@ -58,7 +58,7 @@ public interface Configuration * Proxy.getProxyClass completely, including argument verification. * If this is true, HAVE_NATIVE_GET_PROXY_DATA and * HAVE_NATIVE_GENERATE_PROXY_CLASS should be false. - * @see java.util.reflect.Proxy + * @see java.lang.reflect.Proxy */ boolean HAVE_NATIVE_GET_PROXY_CLASS = false; @@ -67,7 +67,7 @@ public interface Configuration * the first part of Proxy.getProxyClass: generation of the array * of methods to convert, and verification of the arguments. * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false. - * @see java.util.reflect.Proxy + * @see java.lang.reflect.Proxy */ boolean HAVE_NATIVE_GET_PROXY_DATA = false; @@ -76,7 +76,7 @@ public interface Configuration * the second part of Proxy.getProxyClass: conversion of an array of * methods into an actual proxy class. * If this is true, HAVE_NATIVE_GET_PROXY_CLASS should be false. - * @see java.util.reflect.Proxy + * @see java.lang.reflect.Proxy */ boolean HAVE_NATIVE_GENERATE_PROXY_CLASS = false; } |
