8280534: Enable compile-time doclint reference checking

Reviewed-by: serb, naoto, mchung, lancea, iris
This commit is contained in:
Joe Darcy 2022-01-31 23:22:38 +00:00
parent 4191b2b9b9
commit 4dbebb62aa
21 changed files with 28 additions and 7 deletions

View file

@ -39,6 +39,7 @@ package java.io;
* @see java.io.File#list(java.io.FilenameFilter)
* @since 1.0
*/
@SuppressWarnings("doclint:reference") // cross-module links
@FunctionalInterface
public interface FilenameFilter {
/**