Skip to content

Commit 560570b

Browse files
authored
Merge pull request #2142 from codemec2002/develop
Fixed Typo - Modified Method Name
2 parents 6fdafcd + 7dd94ee commit 560570b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/soot/toolkits/graph/pdg/PDGNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public List<PDGNode> getDependents() {
133133
return this.m_dependents;
134134
}
135135

136-
public List<PDGNode> getBackDependets() {
136+
public List<PDGNode> getBackDependents() {
137137
return this.m_backDependents;
138138
}
139139

0 commit comments

Comments
 (0)