--- 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.