On Fri, 9 Aug 2024 18:22:27 GMT, Phil Race <p...@openjdk.org> wrote: >> 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.
Agreed. @Renjithkannath Minor typo that can be addressed in this PR "an" can be removed from the following line For **an** example of specifying custom bounded range models used by sliders, ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20465#discussion_r1712424440