Skip to content

Commit

Permalink
Avoid deprecated method.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbehrmann committed Sep 8, 2015
1 parent 4012d0b commit 8cee561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ndgf/endit/ListeningNearlineStorage.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ public void run()
}
}
}
}, MoreExecutors.sameThreadExecutor());
}, MoreExecutors.directExecutor());
}
}

0 comments on commit 8cee561

Please sign in to comment.