8282311: Fix a typo in javax.lang.model.type.NullType

Reviewed-by: jjg
This commit is contained in:
Pavel Rappo 2022-03-01 15:21:19 +00:00
parent 2c5d266f9f
commit 31b61f982c

@ -28,7 +28,7 @@ package javax.lang.model.type;
/**
* Represents the null type.
* This is the type of the expression {@code null},
* This is the type of the expression {@code null}.
*
* @jls 3.10.7 The Null Literal
* @jls 4.1 The Kinds of Types and Values