Component registration info - getLifecycleAction() return type
This commit is contained in:
parent
d502d6f6b9
commit
aa3ee13f66
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ public final class NewComponentInfo< T >
|
|||
* the lifecycle stage for which the action must be returned
|
||||
* @return the action corresponding to the specified lifecycle stage
|
||||
*/
|
||||
public ThrowingConsumer< ? > getLifecycleAction( final LifecycleStage stage )
|
||||
public ThrowingConsumer< ? super T > getLifecycleAction( final LifecycleStage stage )
|
||||
{
|
||||
return this.lcActions.get( stage );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue