[jfx17] RFR: 8250590: Classes and methods in the javafx.css package are missing documentation

Kevin Rushforth kcr at openjdk.java.net
Mon Jul 26 20:38:40 UTC 2021


On Mon, 26 Jul 2021 18:04:22 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> This PR corrects/adds missing documentation for classes in javafx.css package.
>
> modules/javafx.graphics/src/main/java/javafx/css/CssParser.java line 4724:
> 
>> 4722: 
>> 4723:     /**
>> 4724:      * List of errors that may have occurred during css processing.
> 
> Maybe `Returns a list of errors...`? Also, CSS should probably be all-caps for consistency.

Oops. Ignore the part about "returns a list...". I see that it is a property so what you have is fine (once you make `css` all-caps).

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

PR: https://git.openjdk.java.net/jfx/pull/589


More information about the openjfx-dev mailing list