From f9883fc45b3bf5fc6e104491d24f7303802f8dbd Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Tue, 17 Jan 2023 22:17:34 +0000 Subject: [PATCH] 8300279: Use generalized see and link tags in core libs in client libs Reviewed-by: aivanov, prr --- src/java.desktop/share/classes/java/awt/Shape.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/java.desktop/share/classes/java/awt/Shape.java b/src/java.desktop/share/classes/java/awt/Shape.java index d762857b375..96fba5886c9 100644 --- a/src/java.desktop/share/classes/java/awt/Shape.java +++ b/src/java.desktop/share/classes/java/awt/Shape.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2023, 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 @@ -91,8 +91,8 @@ public interface Shape { * *

* Note that the - * - * definition of insideness can lead to situations where points + * {@linkplain Shape##def_insideness + * definition of insideness} can lead to situations where points * on the defining outline of the {@code shape} may not be considered * contained in the returned {@code bounds} object, but only in cases * where those points are also not considered contained in the original @@ -137,8 +137,8 @@ public interface Shape { * *

* Note that the - * - * definition of insideness can lead to situations where points + * {@linkplain Shape##def_insideness + * definition of insideness} can lead to situations where points * on the defining outline of the {@code shape} may not be considered * contained in the returned {@code bounds} object, but only in cases * where those points are also not considered contained in the original @@ -171,8 +171,7 @@ public interface Shape { /** * Tests if the specified coordinates are inside the boundary of the * {@code Shape}, as described by the - * - * definition of insideness. + * {@linkplain Shape##def_insideness definition of insideness}. * @param x the specified X coordinate to be tested * @param y the specified Y coordinate to be tested * @return {@code true} if the specified coordinates are inside