Skip to content

Commit

Permalink
appease the checkstyle gods
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Apr 27, 2018
1 parent 2461988 commit 5a6694e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ public void postReport(String urlString,
throws NetworkException, BadResponseException {
try {
Thread.sleep(1); // simulate async request
} catch (InterruptedException e) {
e.printStackTrace();
} catch (InterruptedException ignored) {
ignored.printStackTrace();
}
this.report = report;
latch.countDown();
Expand Down

0 comments on commit 5a6694e

Please sign in to comment.