Skip to content

Commit

Permalink
Include suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
porcupineyhairs committed Mar 18, 2021
1 parent f27d2bd commit 84c9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/ql/src/experimental/semmle/code/java/Logging.qll
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class LoggingCall extends MethodAccess {
|
(
m.getDeclaringType().getASourceSupertype*() = t or
m.getDeclaringType().(RefType).extendsOrImplements*(t)
m.getDeclaringType().extendsOrImplements*(t)
) and
m.getReturnType() instanceof VoidType and
this = m.getAReference()
Expand Down

0 comments on commit 84c9137

Please sign in to comment.