Skip to content

Commit

Permalink
This surely makes more sense, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Oct 31, 2023
1 parent 6f541cb commit 8fe7c81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public int hashCode() {
@Override
public String toString() {
String original = node.toString();
int lower = 5;
int lower = Node.class.getSimpleName().length() + 1;
int upper = original.length() - 1;
String data = original.substring(lower, upper);
return String.format(
Expand Down

0 comments on commit 8fe7c81

Please sign in to comment.