8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc.
Reviewed-by: prr, jdv
--- a/jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java Tue May 02 12:10:55 2017 -0700
+++ b/jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java Tue May 02 13:26:29 2017 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -618,7 +618,7 @@
* specified line segment
* @param y2 the Y coordinate of the end point of the
* specified line segment
- * @return {@code <true>} if this line segment and the specified line segment
+ * @return {@code true} if this line segment and the specified line segment
* intersect each other; {@code false} otherwise.
* @since 1.2
*/