RFR: 8302057: Wrong BeanProperty description for JTable.setShowGrid [v2]

Renjith Kannath Pariyangad rkannathpari at openjdk.org
Fri Aug 22 03:37:51 UTC 2025


On Wed, 20 Aug 2025 20:09:20 GMT, Phil Race <prr at openjdk.org> wrote:

>> src/java.desktop/share/classes/javax/swing/JTable.java line 1167:
>> 
>>> 1165:      */
>>> 1166:     @BeanProperty(description
>>> 1167:             = "Whether grid lines should be drawn in between the cells.")
>> 
>> It probably need a CSR update as this line is part of spec now
>
> I think we can skip a CSR for this. It is an obvious copy/paste typo and it is a bean property description, nit the javadoc spec which is correct.

Thank you @prrace, @prsadhuk for your time and review.

@mrserb  thank you for bringing this up, I have updated the description made it inline with spec.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26857#discussion_r2292611621


More information about the client-libs-dev mailing list