Skip to content

Commit

Permalink
chore: Refactor Transiction toString method to use getName()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony0380 committed Jun 10, 2024
1 parent bb1f1da commit 171eb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public String getName() {
*/
@Override
public String toString() {
return "δ : " + start.getName() + " x " + symbol + " -> " + end.getName();
return "δ : " + getName();
}

/**
Expand Down

0 comments on commit 171eb93

Please sign in to comment.