Skip to content

Commit

Permalink
Missing half-comma
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Jul 4, 2017
1 parent 4bdfaaf commit 94e73c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Completable call(JobDetails jobDetails) {
.doOnCompleted(() -> {
stopwatch.stop();
logger.info("Finished processing data in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) +
" ms")
" ms");
});
}
}

0 comments on commit 94e73c0

Please sign in to comment.