Skip to content

Commit

Permalink
remove obsolete method
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Aug 22, 2024
1 parent 836a667 commit ce66855
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,4 @@ public NodeType getNodeType() {
public String toString() {
return "reset";
}

public ADTNode<S, I, O> getSuccessor() {
return this.successor;
}
}

0 comments on commit ce66855

Please sign in to comment.