Update documentation

This commit is contained in:
Travis CI (pmd-bot) 2018-04-09 06:36:13 +00:00
parent 2f5501cc06
commit 427a6e041e

View File

@ -1493,7 +1493,7 @@ public void doSomething() {
|Name|Default Value|Description|
|----|-------------|-----------|
|allowCommentedBlocks|false|Empty blocks containing comments will be skipped|
|allowExceptionNameRegex|^(ignored|expected)$|Empty blocks catching exceptions with names matching this regular expression will be skipped|
|allowExceptionNameRegex|^(ignored\|expected)$|Empty blocks catching exceptions with names matching this regular expression will be skipped|
**Use this rule by referencing it:**
``` xml