Skip to content

Commit 1c59eaf

Browse files
committed
ICU-22789 Reformat indentation
1 parent c3abc32 commit 1c59eaf

File tree

1 file changed

+2
-2
lines changed
  • icu4j/main/core/src/main/java/com/ibm/icu/text/segmenter

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ public long estimateSize() {
231231
public int characteristics() {
232232
return Spliterator.DISTINCT // BreakIterator always advances
233233
| Spliterator.IMMUTABLE // design of Segmenter API is to provide an immutable view of
234-
// segmentation by preventing the input string from mutating
235-
// in the underlying BreakIterator
234+
// segmentation by preventing the input string from mutating
235+
// in the underlying BreakIterator
236236
| Spliterator.NONNULL // primtive int is non-null
237237
| Spliterator.ORDERED // BreakIterator always advances, and in a single direction
238238
;

0 commit comments

Comments
 (0)