Skip to content

Commit 4d1a009

Browse files
committed
made a method protected instead of private
1 parent fdf170a commit 4d1a009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soot-infoflow-summaries/src/soot/jimple/infoflow/methodSummary/taintWrappers/SummaryTaintWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ private ClassSummaries getFlowSummariesForMethod(Stmt stmt, final SootMethod met
11511151
* otherwise null. Note that this is a set of sets, one set per possible
11521152
* callee.
11531153
*/
1154-
private ClassSummaries getFlowSummariesForMethod(Stmt stmt, final SootMethod method, Abstraction taintedAbs,
1154+
protected ClassSummaries getFlowSummariesForMethod(Stmt stmt, final SootMethod method, Abstraction taintedAbs,
11551155
ByReferenceBoolean classSupported) {
11561156
final String subsig = method.getSubSignature();
11571157
if (!flows.mayHaveSummaryForMethod(subsig))

0 commit comments

Comments
 (0)