Skip to content

Commit

Permalink
Merge pull request #73 from Qixingchen/master
Browse files Browse the repository at this point in the history
add keyword 'try' (fix #71)
  • Loading branch information
zzz40500 committed Dec 16, 2016
2 parents d5a16b4 + ef58c3e commit 3d0b4c7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ private CheckUtil() {
keyWordList.add("throw");
keyWordList.add("throws");
keyWordList.add("transient");
keyWordList.add("try");
keyWordList.add("abstract");
keyWordList.add("void");
keyWordList.add("volatile");
Expand Down

0 comments on commit 3d0b4c7

Please sign in to comment.