Skip to content

Commit

Permalink
More fix for #841
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Jan 30, 2013
1 parent a313aae commit 504b874
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ public static BroadcasterFactory buildAndReplaceDefaultfactory(Class<? extends B
throws InstantiationException, IllegalAccessException {

factory = new DefaultBroadcasterFactory(clazz, "NEVER", c);
c.framework().setBroadcasterFactory(factory);
return factory;
}

Expand Down

0 comments on commit 504b874

Please sign in to comment.