Add final constraint to field

FEA: ItEr61S08TimeUnitConfigurablePlanning
This commit is contained in:
Óscar González Fernández 2010-09-28 19:10:17 +02:00
parent 5cd724648b
commit 56dbc8d099

View file

@ -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;