Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2017-11-27 20:11:47 +00:00
parent ae6894c73f
commit 345cc50f78

View File

@ -172,7 +172,7 @@ Empty block statements serve no purpose and should be removed.
```
//Method/ModifierNode[@Abstract!='true' and ../BlockStatement[count(*) = 0]]
| //Method/BlockStatement//BlockStatement[count(*) = 0]
| //Method/BlockStatement//BlockStatement[count(*) = 0 and @Location != parent::*/@Location]
```
**Example(s):**