mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8264779: Fix doclint warnings in java/nio
Reviewed-by: chegar, iris, alanb, naoto
This commit is contained in:
parent
3e57924a6e
commit
a45733f840
9 changed files with 48 additions and 10 deletions
|
@ -40,6 +40,9 @@ public class UserPrincipalNotFoundException
|
|||
@java.io.Serial
|
||||
static final long serialVersionUID = -5369283889045833024L;
|
||||
|
||||
/**
|
||||
* The user principal name.
|
||||
*/
|
||||
private final String name;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue