Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2018-05-17 12:00:39 +00:00
parent cb6b8277e4
commit 699a8fe099

View File

@ -518,7 +518,7 @@ Errors are system exceptions. Do not extend them.
**This rule is defined by the following XPath expression:**
```
//ClassOrInterfaceDeclaration/ExtendsList/ClassOrInterfaceType
[@Image="Error" or @Image="java.lang.Error"]
[typeof(@Image,'java.lang.Error','Error')]
```
**Example(s):**