On Tue, 6 Aug 2024 17:53:47 GMT, Harshitha Onkar <hon...@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