Skip to content

Commit

Permalink
Merge pull request #1693 from agherardi/master
Browse files Browse the repository at this point in the history
Patch for #1682
  • Loading branch information
jfarcand committed Aug 11, 2014
2 parents 030288a + a32c45a commit 7298120
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void onSuspend(AtmosphereResourceEvent event) {
resource.addEventListener(new OnResume() {
@Override
public void onResume(AtmosphereResourceEvent event) {
invoke(onResumeMethod, event.getResource());
invoke(onResumeMethod, event);
resource.removeEventListener(this);
}
});
Expand Down Expand Up @@ -563,4 +563,4 @@ public Object object() {
return o;
}
}
}
}

0 comments on commit 7298120

Please sign in to comment.