RFR: 8271090: Missing API docs in scenegraph classes [v2]

Ajit Ghaisas aghaisas at openjdk.java.net
Mon Oct 25 08:30:47 UTC 2021


On Fri, 22 Oct 2021 14:37:14 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Ajit Ghaisas has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8271090 - fix review comments
>
> modules/javafx.media/src/main/java/javafx/scene/media/Track.java line 85:
> 
>> 83:     /**
>> 84:      * Gets the <code>Map</code> containing all known metadata for this <code>Track</code>.
>> 85:      * @return the <code>Map</code> containing all known metadata for this <code>Track</code>
> 
> We tend to use `{@code }` over `<code> </code>`, but I don't think it matter.

I have just maintained the local convention used in this file.

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

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


More information about the openjfx-dev mailing list