OSDN Git Service

2001-05-29 Laurent Guerby <guerby@acm.org>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2001 16:48:15 +0000 (16:48 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2001 16:48:15 +0000 (16:48 +0000)
* java/awt/geom/Rectangle2D.java: fix doc typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42746 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9cb3eb7..4009be6 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 f0957b1..3e776b2 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)
   {