Skip to content

Commit

Permalink
PAYARA-3658 polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Sep 23, 2019
1 parent dc11fa4 commit 462d2ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public void init() {
}

@Override
public void event(EventListener.Event event) {//event.type().type()
public void event(EventListener.Event event) {
if (event.is(Deployment.APPLICATION_PREPARED)) {
DeploymentContext context = (DeploymentContext) event.hook();
Application app = context.getModuleMetaData(Application.class);
Expand Down

0 comments on commit 462d2ed

Please sign in to comment.