From d291503a6733535c462bf71c03347c2452a523ee Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 24 Jan 2003 19:37:17 +0000 Subject: ClassLoader.java (findLoadedClass): Removed erroneous comment. * java/lang/ClassLoader.java (findLoadedClass): Removed erroneous comment. From-SVN: r61725 --- libjava/java/lang/ClassLoader.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libjava/java/lang') diff --git a/libjava/java/lang/ClassLoader.java b/libjava/java/lang/ClassLoader.java index 8c99897..5d564dc 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 name was previously loaded using * this ClassLoader, then it is returned. Otherwise - * it returns null. (Unlike the JDK this is native, - * since we implement the class table internally.) + * it returns null. * @param name class to find. * @return the class loaded, or null. */ -- cgit v1.1