[GitHub] SomeFire commented on a change in pull request #14: Performance

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] SomeFire commented on a change in pull request #14: Performance

GitBox
SomeFire commented on a change in pull request #14: Performance
URL: https://github.com/apache/ignite-teamcity-bot/pull/14#discussion_r218863573
 
 

 ##########
 File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/util/ExceptionUtil.java
 ##########
 @@ -30,6 +30,9 @@
      * @param e Exception.
      */
     public static RuntimeException propagateException(Exception e) {
+        if(e instanceof InterruptedException)
 
 Review comment:
   Need space after `if`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services