Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>
1 parent 38f517e commit d3be456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)