8264779: Fix doclint warnings in java/nio

Reviewed-by: chegar, iris, alanb, naoto
This commit is contained in:
Conor Cleary 2021-04-09 08:50:33 +00:00 committed by Chris Hegarty
parent 3e57924a6e
commit a45733f840
9 changed files with 48 additions and 10 deletions

View file

@ -40,6 +40,9 @@ public class UserPrincipalNotFoundException
@java.io.Serial
static final long serialVersionUID = -5369283889045833024L;
/**
* The user principal name.
*/
private final String name;
/**