Skip to content

Commit

Permalink
Fixed method name
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 26, 2014
1 parent 418ffd6 commit c86e9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private UICommand createAnnotatedCommand(Method method)
return new AnnotationCommandAdapter(method, instance, factory, enabledPredicates);
}

public void addonInitialized(@Observes PreShutdown shutdown)
public void addonDestroyed(@Observes PreShutdown shutdown)
{
AddonId id = shutdown.getAddon().getId();
extension.addonDestroyed(id);
Expand Down

0 comments on commit c86e9cd

Please sign in to comment.