Skip to content

Commit 05454c6

Browse files
committed
ICU-23054 Fix javadoc tags that prevent publishing
1 parent 28c04c6 commit 05454c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

icu4j/main/core/src/main/java/com/ibm/icu/segmenter/Segments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* Segments segments = wordSeg.segment("Das 21ste Jahrh. ist das beste.");
2828
*
29-
* List<CharSequence> words = segments.subSequences().collect(Collectors.toList());
29+
* List&lt;CharSequence&gt; words = segments.subSequences().collect(Collectors.toList());
3030
* </pre></blockquote>
3131
*
3232
* @see Segmenter

icu4j/main/core/src/main/java/com/ibm/icu/text/RuleBasedNumberFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
* <td>Format the number unchanged</td>
420420
* </tr>
421421
* <tr style="border-top: 1px solid black;">
422-
* <td style="white-space: nowrap;" rowspan="6">[]<br/>[|]</td>
422+
* <td style="white-space: nowrap;" rowspan="6">[]<br>[|]</td>
423423
* <td style="white-space: nowrap; vertical-align: top; padding-left: 1em; padding-right: 1em;">in normal rule</td>
424424
* <td>
425425
* <ul>

0 commit comments

Comments
 (0)