Add final constraint to field
FEA: ItEr61S08TimeUnitConfigurablePlanning
This commit is contained in:
parent
5cd724648b
commit
56dbc8d099
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public abstract class Task implements ITaskFundamentalProperties {
|
|||
private PropertyChangeSupport criticalPathProperty = new PropertyChangeSupport(
|
||||
this);
|
||||
|
||||
private ITaskFundamentalProperties fundamentalProperties;
|
||||
private final ITaskFundamentalProperties fundamentalProperties;
|
||||
|
||||
private boolean visible = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue