Skip to content

Commit

Permalink
Add toString to AbstractMutableMultimap.
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Raab <[email protected]>
  • Loading branch information
donraab committed Nov 12, 2023
1 parent 0d9ee52 commit 8eebab5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,10 @@ public boolean equals(Object obj)
}
return false;
}

@Override
public String toString()
{
return this.getBackingMap().toString();
}
}

0 comments on commit 8eebab5

Please sign in to comment.