Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2018-02-20 17:01:00 +00:00
parent 97d8893b43
commit bff93c53fb

View File

@ -27,7 +27,7 @@ protected constructor in order to prevent instantiation than make the class misl
**Example(s):**
``` java
public class abstract Example {
public abstract class Example {
String field;
int otherField;
}