Skip to content

Commit

Permalink
Merge branch 'STORM-2396-1.0.x-merge' into 1.0.x-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Mar 9, 2017
2 parents 2bc751a + 035c6d1 commit ae949da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storm-core/src/jvm/org/apache/storm/utils/Utils.java
Expand Up @@ -335,6 +335,7 @@ public static void sleep(long millis) {
try {
Time.sleep(millis);
} catch(InterruptedException e) {
Thread.currentThread().interrupt();
throw new RuntimeException(e);
}
}
Expand Down

0 comments on commit ae949da

Please sign in to comment.