8178457: Remove link to 2D guide from Line2D javadoc
authorprr
Thu, 13 Apr 2017 14:53:09 -0700
changeset 44765 6a0db77623ad
parent 44764 678cc89dc95d
child 44766 32e9af8f2e52
8178457: Remove link to 2D guide from Line2D javadoc Reviewed-by: flar
jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java
--- a/jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java	Thu Apr 13 10:57:40 2017 -0700
+++ b/jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java	Thu Apr 13 14:53:09 2017 -0700
@@ -31,12 +31,7 @@
 
 /**
  * This {@code Line2D} represents a line segment in {@code (x,y)}
- * coordinate space.  This class, like all of the Java 2D API, uses a
- * 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="{@docRoot}/../technotes/guides/2d/spec/j2d-intro.html">
- * Coordinate Systems</a> section of the Java 2D Programmer's Guide.
+ * coordinate space.
  * <p>
  * This class is only the abstract superclass for all objects that
  * store a 2D line segment.