RFR: 8278254: Cleanup doclint warnings in java.desktop module [v4]

Sergey Bylokhov serb at openjdk.java.net
Fri Jan 21 07:46:53 UTC 2022


On Thu, 20 Jan 2022 06:12:29 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> The changes done under JDK-8278175 suppress on a per-file basis various missing comments that would otherwise trigger doclint warnings. Fixed them so as to remove the doclint:missing warnings.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix

src/java.desktop/share/classes/javax/swing/filechooser/FileSystemView.java line 353:

> 351:      * File(parent, fileName)</code> except when the parent and child are both
> 352:      * special folders, in which case the <code>File</code> is a wrapper containing
> 353:      * a <code>ShellFolder</code> object.

Is a "ShellFolder" part of the public API? If not should we mention it in the spec?

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

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



More information about the client-libs-dev mailing list