Skip to content

Commit

Permalink
Minor changes in the Lifecycle plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed May 17, 2015
1 parent 4f8e5d3 commit 7ec70f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -26,7 +26,7 @@
*/
public class Lifecycle {

public static void onStart(String[] args) {
public static void onStart(Object[] args) {
Plugins.lifecycle().onStart(args);
}

Expand Down
Expand Up @@ -26,7 +26,7 @@
*/
public interface LifecyclePlugin {

void onStart(String[] args);
void onStart(Object[] args);

void onShutdown();

Expand Down

0 comments on commit 7ec70f6

Please sign in to comment.