Skip to content

Commit 9b2ecb2

Browse files
committed
gnarf
1 parent 10b13fd commit 9b2ecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/soot/FastHierarchy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ private SootMethod resolveMethod(final SootClass baseType, final SootClass decla
941941
return candidate;
942942
}
943943

944-
private boolean isHandleDefaultMethods() {
944+
protected boolean isHandleDefaultMethods() {
945945
int version = Options.v().java_version();
946946
return version == 0 || version > 7;
947947
}

0 commit comments

Comments
 (0)