On Fri, 26 Aug 2022 20:57:05 GMT, Stuart Marks <sma...@openjdk.org> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reverting the fix to BreakIterator.isBoundary() > > src/java.base/share/classes/java/text/BreakIterator.java line 107: > >> 105: * <a >> href="https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries"> >> 106: * Grapheme Cluster Boundaries</a> section in the Unicode Standard >> Annex #29. >> 107: * > > I would say this is an `@implSpec` instead of an `@implNote` because we want > applications to be able to rely on this behavior if they're using the default > implementation. Also please make corresponding update to the CSR. Fixed ------------- PR: https://git.openjdk.org/jdk/pull/9991