Skip to content

Commit

Permalink
wait for compression to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed May 11, 2013
1 parent 7472f20 commit ec0ec70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public void stop() {


private void waitForAsynchronousJobToStop() {
if(1==1) return;
if(future != null) {
try {
future.get(CoreConstants.SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS, TimeUnit.SECONDS);
Expand Down

0 comments on commit ec0ec70

Please sign in to comment.