Rectangle2D.java: fix doc typo.

2001-05-29  Laurent Guerby  <guerby@acm.org>

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

From-SVN: r42746
This commit is contained in:
Laurent Guerby 2001-05-31 16:48:15 +00:00 committed by Tom Tromey
parent 5980a00aeb
commit 916f3579cc
2 changed files with 5 additions and 1 deletions

View 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

View 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)
{