Re: Strange colon in CollationElementIterator javadoc

2021-10-06 Thread Naoto Sato
It was meant to be a vertical ellipsis. In hindsight, we could use the explicit character for that purpose. ('⋮' U+22EE) Naoto On 10/6/21 12:07 PM, Andrey Turbanov wrote: Hello. While reading the javadoc of CollationElementIterator I found a strange colon in the example. https://github.com/op

Strange colon in CollationElementIterator javadoc

2021-10-06 Thread Andrey Turbanov
Hello. While reading the javadoc of CollationElementIterator I found a strange colon in the example. https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/text/CollationElementIterator.java#L87 String testString = "This is a test"; Collator col = Collator.getInstance