mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-22789 Reformat indentation
This commit is contained in:
parent
c3abc328d7
commit
1c59eafb4a
1 changed files with 2 additions and 2 deletions
|
@ -231,8 +231,8 @@ public interface Segments {
|
|||
public int characteristics() {
|
||||
return Spliterator.DISTINCT // BreakIterator always advances
|
||||
| Spliterator.IMMUTABLE // design of Segmenter API is to provide an immutable view of
|
||||
// segmentation by preventing the input string from mutating
|
||||
// in the underlying BreakIterator
|
||||
// segmentation by preventing the input string from mutating
|
||||
// in the underlying BreakIterator
|
||||
| Spliterator.NONNULL // primtive int is non-null
|
||||
| Spliterator.ORDERED // BreakIterator always advances, and in a single direction
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue