Skip to content

Commit 284e48c

Browse files
aschackmullhvitved
authored andcommitted
Java: Fixup private
1 parent 75137a0 commit 284e48c

File tree

1 file changed

+1
-1
lines changed
  • java/ql/lib/semmle/code/java/dataflow/internal

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private module TrackedVariablesImpl {
4444
}
4545

4646
/** Holds if `f` is accessed more than once or inside a loop. */
47-
predicate multiAccessed(SsaSourceField f) { loopAccessed(f) or 1 < numberOfAccesses(f) }
47+
private predicate multiAccessed(SsaSourceField f) { loopAccessed(f) or 1 < numberOfAccesses(f) }
4848

4949
/**
5050
* Holds if `f` is a field that is interesting as a basis for SSA.

0 commit comments

Comments
 (0)