Improve toString method
FEA: ItEr75S11PreventLooseChanges
This commit is contained in:
parent
87b219eaad
commit
4720094b96
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ public abstract class TaskElement extends BaseEntity {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
return getName();
|
||||
return super.toString() + " :: " + getName();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue