Formatting
This commit is contained in:
parent
6c3f66bf92
commit
58d83cf2ee
1 changed files with 11 additions and 11 deletions
|
@ -178,7 +178,7 @@ public abstract class MapObject implements Comparable<MapObject> {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getClass().getSimpleName() + " " + name +"("+id+")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
||||
return getClass().getSimpleName() + " " + name + "(" + id + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue