You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by yz...@apache.org on 2015/05/27 18:14:00 UTC

[41/50] [abbrv] incubator-ignite git commit: # ignite-456

# ignite-456


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/036d68d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/036d68d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/036d68d5

Branch: refs/heads/ignite-943
Commit: 036d68d5f5bbbf9c557c87b21bda03e247754bba
Parents: 982235b
Author: artem.shutak <as...@gridgain.com>
Authored: Wed May 27 12:00:59 2015 +0300
Committer: artem.shutak <as...@gridgain.com>
Committed: Wed May 27 12:00:59 2015 +0300

----------------------------------------------------------------------
 dev-tools/src/main/groovy/jiraslurp.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/036d68d5/dev-tools/src/main/groovy/jiraslurp.groovy
----------------------------------------------------------------------
diff --git a/dev-tools/src/main/groovy/jiraslurp.groovy b/dev-tools/src/main/groovy/jiraslurp.groovy
index 610060f..e1db80f 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -295,7 +295,7 @@ def applyPatch = { jira, attachementURL ->
 
             println "Patch was applied successfully."
         }
-        catch (Exception e) {
+        catch (Throwable e) {
             println "Patch was not applied successfully. Aborting patch applying."
 
             tryGitAmAbort()