ClassLoader.java (findLoadedClass): Removed erroneous comment.
authorTom Tromey <tromey@redhat.com>
Fri, 24 Jan 2003 19:37:17 +0000 (19:37 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 24 Jan 2003 19:37:17 +0000 (19:37 +0000)
* java/lang/ClassLoader.java (findLoadedClass): Removed erroneous
comment.

From-SVN: r61725

libjava/ChangeLog
libjava/java/lang/ClassLoader.java

index 8d394ca98b7ebaa6772394389399fb700b780f52..6eb3f1bcfcab1d1a995af51338588396fd3b7221 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-24  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/ClassLoader.java (findLoadedClass): Removed erroneous
+       comment.
+
 2003-01-22  Andrew Haley  <aph@redhat.com>
 
         * x86_64-signal.h: Add simple handler for x86_64 32-bit mode.
index 8c99897cd1af08a04767f3627ece8e074447cc61..5d564dce747b4021a6640b8b84c8ea37e01e5464 100644 (file)
@@ -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.
    */