Add @Override to toString

This commit is contained in:
2022-04-07 18:08:05 +02:00
parent dfbdd6dc9d
commit 95a4907dd2
3 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class BodyForceTreeMap {
* Returns a readable representation of this map, in which key-value pairs are ordered
* descending according to the mass of the bodies.
*/
@Override
public String toString() {
return toString(root);
}