Skip to content

Commit

Permalink
Added single underscore; #70
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 1, 2019
1 parent cb9ef66 commit 79cbb36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/helger/jcodemodel/JJavaName.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public final class JJavaName
*/
"true",
"false",
"null" };
"null",
"_" };
for (final String sKeyword : aKeyWords)
RESERVED_KEYWORDS.add (sKeyword);
}
Expand Down

0 comments on commit 79cbb36

Please sign in to comment.