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

Jonathan Gibbons jjg at openjdk.java.net
Tue Aug 24 21:01:43 UTC 2021


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.

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

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

Changes: https://git.openjdk.java.net/jdk/pull/5244/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5244&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8272375
  Stats: 57 lines in 4 files changed: 0 ins; 0 del; 57 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5244.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5244/head:pull/5244

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


More information about the javadoc-dev mailing list