summaryrefslogtreecommitdiff
path: root/gnu/classpath/Configuration.java.in
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2001-10-21 01:19:17 +0000
committerEric Blake <ebb9@byu.net>2001-10-21 01:19:17 +0000
commit29a0b5766bdc7e1a374d26b64ce2e43649fdafce (patch)
treef62625360ff1ac89dbc754ffac9503699a5cdd2f /gnu/classpath/Configuration.java.in
parentb8855cd6b13c980864ceb01cf070d823643e6ecd (diff)
downloadclasspath-29a0b5766bdc7e1a374d26b64ce2e43649fdafce.tar.gz
comment typo in last commit
Diffstat (limited to 'gnu/classpath/Configuration.java.in')
-rw-r--r--gnu/classpath/Configuration.java.in6
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;
}