We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f9fbe commit 7ed18f1Copy full SHA for 7ed18f1
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