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/27 18:32:42 UTC

incubator-ignite git commit: # ignite-456: utf reading

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-456 a4c88fedf -> febc3ff53


# ignite-456: utf reading


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

Branch: refs/heads/ignite-456
Commit: febc3ff5342d22c83407a499ad290d52e1d1c3d2
Parents: a4c88fe
Author: null <null>
Authored: Wed May 27 19:32:38 2015 +0300
Committer: null <null>
Committed: Wed May 27 19:32:38 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/febc3ff5/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 020c459..c598e17 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -307,7 +307,7 @@ def applyPatch = { jira, attachementURL ->
 
     println "Getting patch content."
 
-    patchFile << new URL("$ATTACHMENT_URL/$attachementURL/").text
+    patchFile << new URL("$ATTACHMENT_URL/$attachementURL/").getText('UTF-8')
 
     println "Got patch content."