RFR: 8290501 : Typo Found In The javax.swing Interface BoundedRangeModel Documentation
Harshitha Onkar
honkar at openjdk.org
Tue Aug 6 17:56:31 UTC 2024
On Mon, 5 Aug 2024 10:56:49 GMT, Renjith Kannath Pariyangad <rkannathpari 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20465#discussion_r1705916252
More information about the client-libs-dev
mailing list