Skip to content

Commit

Permalink
Merge pull request #815 from nite23/patch-11
Browse files Browse the repository at this point in the history
Fix for #766
  • Loading branch information
jfarcand committed Jan 14, 2013
2 parents a80e0ef + bb8558e commit d184cea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public abstract class AbstractBroadcasterCache implements BroadcasterCache {

@Override
public void start() {
reaper.scheduleAtFixedRate(new Runnable() {
scheduledFuture = reaper.scheduleAtFixedRate(new Runnable() {

public void run() {
readWriteLock.writeLock().lock();
Expand Down

0 comments on commit d184cea

Please sign in to comment.