8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc.
authorssadetsky
Tue, 02 May 2017 13:26:29 -0700
changeset 45022 370023b2bff2
parent 45021 0b4642f22ee6
child 45023 323c0edaa17b
8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc. Reviewed-by: prr, jdv
jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java
--- 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
      */