diff --git a/docs/engine.html b/docs/engine.html index a4c4ba836..ef52a9606 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -281,7 +281,7 @@
Checks that the order of modifiers conforms to the suggestions in the Java Language specification, sections 8.1.1, 8.3.1 and 8.4.3. The correct order is public protected private abstract static final transient volatile synchronized native strictfp.
-Checks that method declarations in interfaces do not include the public modifier, see the Java Language specification, section 9.4.
+Checks that method declarations in interfaces do not include the public or abstract modifiers, see the Java Language specification, section 9.4.
Checks for data members that are not declared private. Also finds static non-final data members that are not declared as private.