On Thu, 13 Jan 2022 10:46:11 GMT, Kevin Walls <kev...@openjdk.org> wrote:

>> - Most of the typos are of a trivial kind: missing whitespace.
>> - If any of the typos should be fixed in the upstream projects instead, 
>> please say so; I will drop those typos from the patch.
>> - As I understand it,   in ImageInputStream and DataInput is an irrelevant 
>> formatting artefact and thus can be removed.
>> - &#39; is an apostrophe, which does not require to be encoded.
>
> src/java.base/share/classes/sun/text/RuleBasedBreakIterator.java line 73:
> 
>> 71:  * will be transparent to the BreakIterator.&nbsp; A sequence of 
>> characters will break the
>> 72:  * same way it would if any ignore characters it contains are taken 
>> out.&nbsp; Break
>> 73:  * positions never occur before ignore characters.</p>
> 
> "before ignored characters"

I believe it's the name of a concept, so I will leave it as is:

> There is one special substitution.  If the description defines a substitution 
> called "<ignore>", the expression must be a [] expression, and the expression 
> defines a set of characters (the "ignore characters") that will be 
> transparent to the BreakIterator.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7063

Reply via email to