Skip to content

Commit

Permalink
Fixes #1487
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Mar 5, 2014
1 parent 958cbb7 commit 94894ad
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@ public ManagedAtmosphereHandler configure(AtmosphereConfig config, Object c) {

scanForReaderOrInputStream();

if (onRuntimeMethod.size() > 0) {
populateEncoders();
populateDecoders();
}
populateEncoders();
populateDecoders();
return this;
}

Expand Down

0 comments on commit 94894ad

Please sign in to comment.