Improve toString message
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
48ba72511d
commit
7d8020037d
1 changed files with 2 additions and 1 deletions
|
|
@ -1767,7 +1767,8 @@ public class GanttDiagramGraph<V, D extends IDependency<V>> implements
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("%s, parentRecalculation: %s, parents: %s",
|
||||
return String.format(
|
||||
"%s, parentRecalculation: %s, predecessors: %s",
|
||||
taskPoint, parentRecalculation,
|
||||
asSimpleString(recalculationsCouldAffectThis));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue