small doc typo

Laurent Guerby guerby@acm.org
Tue May 29 13:30:00 GMT 2001


Untested but obvious :).

-- 
Laurent Guerby <guerby@acm.org>

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

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

Index: Rectangle2D.java
===================================================================
RCS file: /cvs/gcc/egcs/libjava/java/awt/geom/Rectangle2D.java,v
retrieving revision 1.2
diff -c -3 -p -r1.2 Rectangle2D.java
*** Rectangle2D.java	2001/04/22 03:05:39	1.2
--- Rectangle2D.java	2001/05/29 20:26:24
*************** public abstract class Rectangle2D extend
*** 45,51 ****
     * @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
     */
    public boolean intersectsLine (double x1, double y1, double x2, double y2)
    {
--- 45,51 ----
     * @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 y2 Y coordinate of segment end of line segment
     */
    public boolean intersectsLine (double x1, double y1, double x2, double y2)
    {



More information about the Java-patches mailing list