Skip to content

Commit

Permalink
Merge pull request #443 from wimplash/patch-1
Browse files Browse the repository at this point in the history
Proposed fix for #442:
  • Loading branch information
jfarcand committed Jun 27, 2012
2 parents 4a38718 + 6ee212c commit cccd2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*/
public abstract class BroadcasterFactory {

protected static BroadcasterFactory factory;
protected static BroadcasterFactory factory = new DefaultBroadcasterFactory();
protected static AtmosphereConfig config;

/**
Expand Down

0 comments on commit cccd2ac

Please sign in to comment.