diff --git a/src/main/org/apache/tools/ant/taskdefs/Get.java b/src/main/org/apache/tools/ant/taskdefs/Get.java index 0f6cd689f..d3af8e166 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;