RFR: JDK-8272375: Improve phrasing of synthesized descriptions in JavaFX docs

Pavel Rappo prappo at openjdk.java.net
Thu Sep 2 16:15:08 UTC 2021


On Tue, 24 Aug 2021 20:54:08 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a very simple change to the support for the synthesized method descriptions in JavaFX. 
> 
> The change is just to change the order of words in generated descriptions from  
>   _the property `NAME`_ 
> to 
>   _the `NAME` property_
> 
> As such, there are no changes to the mainstream code; just a change to the resource files and corresponding changes to some tests.

Marked as reviewed by prappo (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/5244


More information about the javadoc-dev mailing list