We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f33271 + 7ed18f1 commit 710ba3cCopy full SHA for 710ba3c
1 file changed
java/ql/lib/semmle/code/java/Modifier.qll
@@ -20,7 +20,7 @@ abstract class Modifiable extends Element {
20
* For most purposes, the more specialized predicates `isAbstract`, `isPublic`, etc.
21
* should be used.
22
*
23
- * Both this method and those specialized predicates take implicit modifiers into account.
+ * Those specialized predicates also take implicit modifiers into account.
24
* For instance, non-default instance methods in interfaces are implicitly
25
* abstract, so `isAbstract()` will hold for them even if `hasModifier("abstract")`
26
* does not.
0 commit comments