11/*
2- * Copyright (c) 2003, 2022 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2003, 2023 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -272,7 +272,7 @@ void checkTypeParameters() {
272272 ></span></div>""" ,
273273 """
274274 <div class="col-first even-row-color"><code><a href="../ParamTest.html" title="class\
275- in pkg2">ParamTest</a><<a href="../Foo.html" title="class in pkg2">Foo</a>&g\
275+ in pkg2">ParamTest</a><wbr> <<a href="../Foo.html" title="class in pkg2">Foo</a>&g\
276276 t;</code></div>"""
277277 );
278278
@@ -283,7 +283,7 @@ void checkTypeParameters() {
283283 pan></div>""" ,
284284 """
285285 <div class="col-first even-row-color"><code><a href="../ParamTest.html" title="class\
286- in pkg2">ParamTest</a><<a href="../Foo.html" title="class in pkg2">Foo</a>&\
286+ in pkg2">ParamTest</a><wbr> <<a href="../Foo.html" title="class in pkg2">Foo</a>&\
287287 gt;</code></div>"""
288288 );
289289
@@ -331,9 +331,9 @@ void checkTypeParameters() {
331331 declared as <a href="../ParamTest.html" title="class in pkg2">ParamTest</a></s\
332332 pan></div>""" ,
333333 """
334- <div class="col-first even-row-color"><code><a href="../ParamTest.html" title="class \
335- in pkg2">ParamTest</a><<a href="../Foo.html" title="class in pkg2">Foo</a>& \
336- gt;</code></div>""" ,
334+ <div class="col-first even-row-color"><code><a href="../ParamTest.html" title="\
335+ class in pkg2">ParamTest</a><wbr> <<a href="../Foo.html" title="class in pkg2\
336+ ">Foo</a>& gt;</code></div>""" ,
337337 """
338338 <div class="caption"><span>Methods in <a href="../package-summary.html">pkg2</a\
339339 > with type parameters of type <a href="../ParamTest.html" title="class in pkg2\
@@ -342,8 +342,8 @@ void checkTypeParameters() {
342342 <div class="col-first even-row-color"><code><T extends <a href="../ParamTest.html\
343343 " title="class in pkg2">ParamTest</a><<a href="../Foo3.html" title="class in\
344344 pkg2">Foo3</a>>><br><a href="../ParamTest.html" title="class in pkg2">Pa\
345- ramTest</a><<a href="../Foo3.html" title="class in pkg2">Foo3</a>></code> \
346- </div>"""
345+ ramTest</a><wbr> <<a href="../Foo3.html" title="class in pkg2">Foo3</a>></\
346+ code> </div>"""
347347 );
348348
349349 checkOutput ("pkg2/class-use/Foo3.html" , true ,
@@ -372,8 +372,8 @@ void checkTypeParameters() {
372372 <div class="col-first even-row-color"><code><T extends <a href="../ParamTest.html\
373373 " title="class in pkg2">ParamTest</a><<a href="../Foo3.html" title="class in\
374374 pkg2">Foo3</a>>><br><a href="../ParamTest.html" title="class in pkg2">Pa\
375- ramTest</a><<a href="../Foo3.html" title="class in pkg2">Foo3</a>></code> \
376- </div>"""
375+ ramTest</a><wbr> <<a href="../Foo3.html" title="class in pkg2">Foo3</a>></\
376+ code> </div>"""
377377 );
378378
379379 // ClassUseTest3: <T extends ParamTest2<List<? extends Foo4>>>
@@ -400,8 +400,8 @@ void checkTypeParameters() {
400400 <div class="col-first even-row-color"><code><T extends <a href="../ParamTest2.htm\
401401 l" title="class in pkg2">ParamTest2</a><java.util.List<? extends <a href=\
402402 "../Foo4.html" title="class in pkg2">Foo4</a>>>><br><a href="../ParamT\
403- est2.html" title="class in pkg2">ParamTest2</a><java.util.List<? extends \
404- <a href="../Foo4.html" title="class in pkg2">Foo4</a>>></code></div>"""
403+ est2.html" title="class in pkg2">ParamTest2</a><wbr> <java.util.List<? ext \
404+ ends <a href="../Foo4.html" title="class in pkg2">Foo4</a>>></code></div>"""
405405 );
406406
407407 checkOutput ("pkg2/class-use/Foo4.html" , true ,
@@ -431,8 +431,8 @@ void checkTypeParameters() {
431431 <div class="col-first even-row-color"><code><T extends <a href="../ParamTest2\
432432 .html" title="class in pkg2">ParamTest2</a><java.util.List<? extends <a hr\
433433 ef="../Foo4.html" title="class in pkg2">Foo4</a>>>><br><a href="../Para\
434- mTest2.html" title="class in pkg2">ParamTest2</a><java.util.List<? extends \
435- <a href="../Foo4.html" title="class in pkg2">Foo4</a>>></code></div>"""
434+ mTest2.html" title="class in pkg2">ParamTest2</a><wbr> <java.util.List<? ex \
435+ tends <a href="../Foo4.html" title="class in pkg2">Foo4</a>>></code></div>"""
436436 );
437437
438438 // Type parameters in constructor and method args
0 commit comments