[OpenJDK 2D-Dev] RFR: 8037506 [javadoc] broken link in java.awt.geom.Line2D.java

Jennifer Godinez jennifer.godinez at oracle.com
Fri Mar 28 18:42:01 UTC 2014


Approved.

- Jennifer

On 03/28/2014 11:30 AM, Phil Race wrote:
> Jennifer,
>
> Can you pls review this fix for
>  https://bugs.openjdk.java.net/browse/JDK-8037506
> [javadoc] broken link in java.awt.geom.Line2D.java
>
> The suggested fix came from the pubs team.
>
> -phil.
>
> hg diff src/share/classes/java/awt/geom/Line2D.java
> diff --git a/src/share/classes/java/awt/geom/Line2D.java 
> b/src/share/classes/java/awt/geom/Line2D.java
> --- a/src/share/classes/java/awt/geom/Line2D.java
> +++ b/src/share/classes/java/awt/geom/Line2D.java
> @@ -35,7 +35,7 @@
>   * default coordinate system called <i>user space</i> in which the 
> y-axis
>   * values increase downward and x-axis values increase to the right.  
> For
>   * more information on the user space coordinate system, see the
> - * <a 
> href="http://docs.oracle.com/javase/1.3/docs/guide/2d/spec/j2d-intro.fm2.html#61857">
> + * <a href="{@docRoot}/../technotes/guides/2d/spec/j2d-intro.html">
>   * Coordinate Systems</a> section of the Java 2D Programmer's Guide.
>   * <p>
>   * This class is only the abstract superclass for all objects that
>




More information about the 2d-dev mailing list