Update NodeType.java (#5108)

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
This commit is contained in:
Ax1an 2020-07-16 18:44:28 +08:00 committed by GitHub
parent 0339889e11
commit 7b9cbe2177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public enum NodeType {
*/
User(10),
/**
* <code>User = 11</code>
* <code>Unrecognized = 11</code>
*/
Unrecognized(11);