Repository: ant Updated Branches: refs/heads/master 963d6c9a0 -> faedd2bc5
typo Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/090b5587 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/090b5587 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/090b5587 Branch: refs/heads/master Commit: 090b5587cbb10537b175c48476c6a3dfdb0f1b28 Parents: 963d6c9 Author: Stefan Bodewig <[email protected]> Authored: Sun Nov 16 12:16:32 2014 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Sun Nov 16 12:16:32 2014 +0100 ---------------------------------------------------------------------- src/main/org/apache/tools/ant/taskdefs/Get.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/090b5587/src/main/org/apache/tools/ant/taskdefs/Get.java ---------------------------------------------------------------------- diff --git a/src/main/org/apache/tools/ant/taskdefs/Get.java b/src/main/org/apache/tools/ant/taskdefs/Get.java index 0f6cd68..d3af8e1 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Get.java +++ b/src/main/org/apache/tools/ant/taskdefs/Get.java @@ -774,7 +774,7 @@ public class Get extends Task { for (int i = 0; i < numberRetries; i++) { // this three attempt trick is to get round quirks in different // Java implementations. Some of them take a few goes to bind - // property; we ignore the first couple of such failures. + // properly; we ignore the first couple of such failures. try { is = connection.getInputStream(); break;
