classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: javadoc fix in Class


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: javadoc fix in Class
Date: 16 Dec 2005 10:55:43 -0700

I'm checking this in.

This updates some javadoc in java.lang.Class to more accurately
reflect reality.

Tom

2005-12-16  Tom Tromey  <address@hidden>

        * java/lang/Class.java (getPackage): Javadoc fix.

Index: java/lang/Class.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/Class.java,v
retrieving revision 1.41
diff -u -r1.41 Class.java
--- java/lang/Class.java        28 Oct 2005 09:26:48 -0000      1.41
+++ java/lang/Class.java        16 Dec 2005 18:00:53 -0000
@@ -583,8 +583,7 @@
   /**
    * Returns the <code>Package</code> in which this class is defined
    * Returns null when this information is not available from the
-   * classloader of this class or when the classloader of this class
-   * is null.
+   * classloader of this class.
    *
    * @return the package for this class, if it is available
    * @since 1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]