RFR: 8290501 : Typo Found In The javax.swing Interface BoundedRangeModel Documentation

Phil Race prr at openjdk.org
Fri Aug 9 18:25:32 UTC 2024


On Tue, 6 Aug 2024 17:53:47 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Documentation updated
>
> src/java.desktop/share/classes/javax/swing/BoundedRangeModel.java line 43:
> 
>> 41:  * must lie within the outer one, i.e. <code>value</code> must be
>> 42:  * less than or equal to <code>maximum</code> and <code>value+extent</code>
>> 43:  * must be greater than or equal to <code>minimum</code>, and <code>maximum</code>
> 
> Since you are already updating the doc, we could also consider updating `<code>...</code>` to use the newer format `{@code ...}` in this file.

Actually, I wouldn't bother. That's a change that's about 100x the problem.
What I would do, is look for other typos in this file.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20465#discussion_r1711954218


More information about the client-libs-dev mailing list