Skip to content

Commit

Permalink
Make ThrowAnalysis public from ExceptionalUnitGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hoffman committed Oct 29, 2015
1 parent 90bbd9f commit ab31864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soot/toolkits/graph/ExceptionalUnitGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public List<Unit> getExceptionalSuccsOf(Unit u) {
* graph contains no {@link Trap}s, or <code>null</code> if the
* graph contains one or more {@link Trap}s.
*/
ThrowAnalysis getThrowAnalysis() {
public ThrowAnalysis getThrowAnalysis() {
return throwAnalysis;
}

Expand Down

0 comments on commit ab31864

Please sign in to comment.