Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Oct 8, 2018
1 parent a04abdd commit 1e66ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected void afterExecute(@NonNull final Runnable r, @Nullable final Throwable
if (f.isDone()) {
try {
f.get();
} catch (InterruptedException | CancellationException ignored) {
} catch (final InterruptedException | CancellationException ignored) {
} catch (final ExecutionException e) {
throw new RuntimeException(e.getCause());
}
Expand Down

0 comments on commit 1e66ad0

Please sign in to comment.