summaryrefslogtreecommitdiffstats
path: root/libjava/java/lang/ClassLoader.java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-24 19:37:17 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-24 19:37:17 +0000
commit1c681b131ccb08de78b30381f9e9bd38c144dbfa (patch)
tree983649e04761821d148a5d927fdd3f256192650b /libjava/java/lang/ClassLoader.java
parentfd0447cd965c0a7519ef243ad208a4213eb28d23 (diff)
downloadppe42-gcc-1c681b131ccb08de78b30381f9e9bd38c144dbfa.tar.gz
ppe42-gcc-1c681b131ccb08de78b30381f9e9bd38c144dbfa.zip
* java/lang/ClassLoader.java (findLoadedClass): Removed erroneous
comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/lang/ClassLoader.java')
-rw-r--r--libjava/java/lang/ClassLoader.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/libjava/java/lang/ClassLoader.java b/libjava/java/lang/ClassLoader.java
index 8c99897cd1a..5d564dce747 100644
--- a/libjava/java/lang/ClassLoader.java
+++ b/libjava/java/lang/ClassLoader.java
@@ -1,6 +1,6 @@
// ClassLoader.java - Define policies for loading Java classes.
-/* Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation
+/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation
This file is part of libgcj.
@@ -733,8 +733,7 @@ public abstract class ClassLoader
/**
* If a class named <code>name</code> was previously loaded using
* this <code>ClassLoader</code>, then it is returned. Otherwise
- * it returns <code>null</code>. (Unlike the JDK this is native,
- * since we implement the class table internally.)
+ * it returns <code>null</code>.
* @param name class to find.
* @return the class loaded, or null.
*/
OpenPOWER on IntegriCloud