From 423a2e600470ee0b77d5d65976b79fbc3d676385 Mon Sep 17 00:00:00 2001 From: Sergey Bylokhov Date: Thu, 8 Feb 2024 18:10:21 -0800 Subject: [PATCH] Update ClipShapeTest.java --- test/jdk/sun/java2d/marlin/ClipShapeTest.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/jdk/sun/java2d/marlin/ClipShapeTest.java b/test/jdk/sun/java2d/marlin/ClipShapeTest.java index bd1bbac0c3fb1..3bdbd416e63d9 100644 --- a/test/jdk/sun/java2d/marlin/ClipShapeTest.java +++ b/test/jdk/sun/java2d/marlin/ClipShapeTest.java @@ -84,8 +84,10 @@ * Verifies that Marlin rendering generates the same images with and without * clipping optimization with all possible stroke (cap/join) and/or dashes or * fill modes (EO rules) for paths made of either 9 lines, 4 quads, 2 cubics - * (random) - * Note: Use the argument -slow to run more intensive tests (too much time) + * (random). + *

+ * Note: Use the argument {@code -slow} to run more intensive tests (too much + * time). */ public final class ClipShapeTest {