Skip to content

Commit d3be456

Browse files
Napalysowen-mc
andauthored
Update java/ql/src/Violations of Best Practice/Implementation Hiding/VisibleForTestingAbuse.ql
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
1 parent 38f517e commit d3be456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Violations of Best Practice/Implementation Hiding/VisibleForTestingAbuse.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import java
1616

1717
/**
1818
* Holds if a `Callable` is within the same type hierarchy as `RefType`
19-
* (including through lambdas, inner classes, and outer classes)
19+
* (including through lambdas, inner classes, and outer classes).
2020
*/
2121
predicate isWithinType(Callable c, RefType t) {
2222
// Either the callable is in the target type, or they share a common enclosing type

0 commit comments

Comments
 (0)