Rectangle2D.java: fix doc typo.
authorLaurent Guerby <guerby@acm.org>
Thu, 31 May 2001 16:48:15 +0000 (16:48 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 31 May 2001 16:48:15 +0000 (16:48 +0000)
2001-05-29  Laurent Guerby  <guerby@acm.org>

* java/awt/geom/Rectangle2D.java: fix doc typo.

From-SVN: r42746

libjava/ChangeLog
libjava/java/awt/geom/Rectangle2D.java

index 9cb3eb711aa9d200a4b9a2c685569ae1fc19a60b..4009be6bcf54ef6a9c91b0297c13236bf5fc6f1c 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-29  Laurent Guerby  <guerby@acm.org>
+
+       * java/awt/geom/Rectangle2D.java: fix doc typo.
+
 2001-05-31  Tom Tromey  <tromey@redhat.com>
 
        * java/sql/DriverManager.java (getDrivers): Handle case where
index f0957b12e78e952d58c860ad16c23eadf6f31bed..3e776b2c50e8bad79ceaf77a7bdc54be5ce54c08 100644 (file)
@@ -45,7 +45,7 @@ public abstract class Rectangle2D extends RectangularShape
    * @param x1 X coordinate of first end of line segment
    * @param y1 Y coordinate of first end of line segment
    * @param x2 X coordinate of second end of line segment
-   * @param y1 Y coordinate of segment end of line segment
+   * @param y2 Y coordinate of segment end of line segment
    */
   public boolean intersectsLine (double x1, double y1, double x2, double y2)
   {