Skip to content

Commit

Permalink
add keyword try
Browse files Browse the repository at this point in the history
fix #71
  • Loading branch information
Qixingchen authored Dec 16, 2016
1 parent d5a16b4 commit ef58c3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 ef58c3e

Please sign in to comment.