FrancesTwisk commented on code in PR #224:
URL: https://github.com/apache/ant/pull/224#discussion_r2481463778
##########
src/main/org/apache/tools/ant/taskdefs/Get.java:
##########
@@ -90,9 +86,9 @@ public class Get extends Task {
private boolean tryGzipEncoding = false;
private Mapper mapperElement = null;
private String userAgent =
- System.getProperty(MagicNames.HTTP_AGENT_PROPERTY,
- DEFAULT_AGENT_PREFIX + "/"
- + Main.getShortAntVersion());
Review Comment:
Yes you're right thank you, I removed all those unnecessary spaces.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]