Add generic type
This fixes the compiler warning FEA: ItEr61S05BugFixing
This commit is contained in:
parent
d5efa31def
commit
dc8fce0f09
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ public abstract class Task implements ITaskFundamentalProperties {
|
|||
}
|
||||
|
||||
public void registerDependenciesEnforcerHook(
|
||||
IDependenciesEnforcerHookFactory factory) {
|
||||
IDependenciesEnforcerHookFactory<Task> factory) {
|
||||
Validate.notNull(factory);
|
||||
dependenciesEnforcerHook = factory.create(this, notifyDates);
|
||||
Validate.notNull(dependenciesEnforcerHook);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue