mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Small fix of code from GT-2848
This commit is contained in:
parent
1340268ffa
commit
55b2fe5d02
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ public class DependencyGraph<T> extends AbstractDependencyGraph<T> {
|
|||
}
|
||||
|
||||
@Override
|
||||
public AbstractDependencyGraph<T> copy() {
|
||||
public DependencyGraph<T> copy() {
|
||||
return new DependencyGraph<>(this);
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ public class DeterministicDependencyGraph<T> extends AbstractDependencyGraph<T>
|
|||
}
|
||||
|
||||
@Override
|
||||
public AbstractDependencyGraph<T> copy() {
|
||||
public DeterministicDependencyGraph<T> copy() {
|
||||
return new DeterministicDependencyGraph<>(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue