Skip to content

Commit

Permalink
fix: fix assert&abstract keyword token map
Browse files Browse the repository at this point in the history
  • Loading branch information
yuruxuan authored and Rosemoe committed Jul 7, 2023
1 parent 3ed9c85 commit d8cb1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public void reset(CharSequence src) {

protected static void doStaticInit() {
sKeywords = new String[]{
"assert", "abstract", "boolean", "byte", "char", "class", "do",
"abstract", "assert", "boolean", "byte", "char", "class", "do",
"double", "final", "float", "for", "if", "int", "long", "new",
"public", "private", "protected", "package", "return", "static",
"short", "super", "switch", "else", "volatile", "synchronized", "strictfp",
Expand Down

0 comments on commit d8cb1d8

Please sign in to comment.