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

incubator-ignite git commit: # ignite-456: just print

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-456 63177a4fa -> 319a16ce3


# ignite-456: just print


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

Branch: refs/heads/ignite-456
Commit: 319a16ce32cdeb2f7ce876dc3e5479a98b64a6be
Parents: 63177a4
Author: Artem Shutak <as...@gridgain.com>
Authored: Mon May 18 19:15:23 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Mon May 18 19:15:23 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/319a16ce/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 a21d45b..e16d3cd 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -193,7 +193,7 @@ def runAllTestBuilds = { builds, jiraNum ->
                 conn.connect();
 
                 // Read response.
-                println "Response: "
+                print "Response: "
 
                 BufferedReader br = new BufferedReader(new InputStreamReader(conn.getInputStream()));