Skip to content

Commit

Permalink
Merge pull request #2099 from MarcMil/edge
Browse files Browse the repository at this point in the history
Allow subclassing of Edge
  • Loading branch information
StevenArzt authored Sep 18, 2024
2 parents 86cddfa + 990f15f commit fd86bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/soot/jimple/toolkits/callgraph/Edge.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* @author Ondrej Lhotak
*/
public final class Edge implements Invalidable {
public class Edge implements Invalidable {

/**
* The method in which the call occurs; may be null for calls not occurring in a specific method (eg. implicit calls by the
Expand Down

0 comments on commit fd86bac

Please sign in to comment.