Skip to content

Commit

Permalink
Added missing @Local
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Nov 22, 2013
1 parent f98faac commit d4ba04a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public void startupDefaultShell(@Observes @Local PostStartup startup) throws Exc
}
}

public void shutdown(@Observes PreShutdown preShutdown)
public void shutdown(@Observes @Local PreShutdown preShutdown)
{
destroyShell();
}
Expand Down

0 comments on commit d4ba04a

Please sign in to comment.