Skip to content

Commit ab31864

Browse files
committed
Make ThrowAnalysis public from ExceptionalUnitGraph
1 parent 90bbd9f commit ab31864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soot/toolkits/graph/ExceptionalUnitGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public List<Unit> getExceptionalSuccsOf(Unit u) {
911911
* graph contains no {@link Trap}s, or <code>null</code> if the
912912
* graph contains one or more {@link Trap}s.
913913
*/
914-
ThrowAnalysis getThrowAnalysis() {
914+
public ThrowAnalysis getThrowAnalysis() {
915915
return throwAnalysis;
916916
}
917917

0 commit comments

Comments
 (0)