File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
icu4j/main/core/src/main/java/com/ibm/icu Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
*
27
27
* Segments segments = wordSeg.segment("Das 21ste Jahrh. ist das beste.");
28
28
*
29
- * List< CharSequence> words = segments.subSequences().collect(Collectors.toList());
29
+ * List< CharSequence> words = segments.subSequences().collect(Collectors.toList());
30
30
* </pre></blockquote>
31
31
*
32
32
* @see Segmenter
Original file line number Diff line number Diff line change 419
419
* <td>Format the number unchanged</td>
420
420
* </tr>
421
421
* <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>
423
423
* <td style="white-space: nowrap; vertical-align: top; padding-left: 1em; padding-right: 1em;">in normal rule</td>
424
424
* <td>
425
425
* <ul>
You can’t perform that action at this time.
0 commit comments