OpenJDK / jdk / hs
changeset 45022:370023b2bff2
8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc.
Reviewed-by: prr, jdv
author | ssadetsky |
---|---|
date | Tue, 02 May 2017 13:26:29 -0700 |
parents | 0b4642f22ee6 |
children | 323c0edaa17b |
files | jdk/src/java.desktop/share/classes/java/awt/geom/Line2D.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */