Skip to content

Commit

Permalink
Merge pull request #2 from idrsolutions/SonarQube-Correction
Browse files Browse the repository at this point in the history
Corrected issue as pointed out by SonarQube
  • Loading branch information
JacobIDR authored Aug 18, 2021
2 parents 6dccb42 + 6458754 commit 0b65d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/idrsolutions/ExampleUsage.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static void main(final String[] args) {
IDRCloudClient.downloadResults(results, "path/to/outputDir", "example");
} catch (final ClientException | InterruptedException e) {
e.printStackTrace();
Thread.currentThread().interrupt();
}
}
}

0 comments on commit 0b65d74

Please sign in to comment.