Add @Override to toString
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user