On Thu, 20 Jan 2022 06:12:29 GMT, Prasanta Sadhukhan <psadhuk...@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