Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2018-06-09 21:49:08 +00:00
parent 3ca449426e
commit 5ffe69ee49

View File

@@ -1094,7 +1094,7 @@ All switch statements should include a default option to catch any unspecified v
**This rule is defined by the following XPath expression:**
```
//SwitchStatement[not(SwitchLabel[@Default='true'])]
//SwitchStatement[@DefaultCase = false() and @ExhaustiveEnumSwitch = false()]
```
**Example(s):**