I'm checking this in.

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

Tom

2005-12-16  Tom Tromey  <[EMAIL PROTECTED]>

        * 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


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to