Skip to content

Commit a5a4b3e

Browse files
committed
Make SetupApplication a little bit more open
1 parent 73ded82 commit a5a4b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soot-infoflow-android/src/soot/jimple/infoflow/android/SetupApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ protected void configureCallgraph() {
13171317
* @author Steven Arzt
13181318
*
13191319
*/
1320-
protected static interface IInPlaceInfoflow extends IInfoflow {
1320+
public static interface IInPlaceInfoflow extends IInfoflow {
13211321

13221322
public void runAnalysis(final ISourceSinkManager sourcesSinks, SootMethod entryPoint);
13231323

0 commit comments

Comments
 (0)