Skip to content

Commit

Permalink
Issue #117: update for EmptyBlock.option values
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 18, 2017
1 parent 4e63f5d commit c6545f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@
<priority>MAJOR</priority>
<name><![CDATA[Empty Block]]></name>
<configKey><![CDATA[Checker/TreeWalker/EmptyBlock]]></configKey>
<param key="option" type="s[text,stmt]">
<defaultValue>stmt</defaultValue>
<param key="option" type="s[text,statement]">
<defaultValue>statement</defaultValue>
</param>
<param key="tokens"
type="s[LITERAL_WHILE,LITERAL_TRY,LITERAL_CATCH,LITERAL_FINALLY,LITERAL_DO,LITERAL_IF,LITERAL_ELSE,LITERAL_FOR,INSTANCE_INIT,STATIC_INIT,LITERAL_SWITCH,LITERAL_SYNCHRONIZED,LITERAL_CASE,LITERAL_DEFAULT,ARRAY_INIT]">
Expand Down

0 comments on commit c6545f6

Please sign in to comment.