Updated LOG message;
This commit is contained in:
parent
578eace71c
commit
8e628a9c72
@ -18,7 +18,7 @@ public abstract class Figure {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getName() + " with ID = " + getId()
|
||||
return getName() + " with id = " + getId()
|
||||
+ " has area " + computeArea();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user