Skip to content

Commit

Permalink
#2328 - to string
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 1, 2023
1 parent 4ab22c1 commit b4a2f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public String asString() {

@Override
public String toString() {
return this.swapped.value().toString();
return this.asString();
}
}

0 comments on commit b4a2f47

Please sign in to comment.