Github user bodewig commented on a diff in the pull request:
https://github.com/apache/ant/pull/79#discussion_r232666118
--- Diff: src/main/org/apache/tools/ant/types/AbstractFileSet.java ---
@@ -915,7 +920,7 @@ public String toString() {
@Override
public synchronized Object clone() {
if (isReference()) {
- return (getRef(getProject())).clone();
+ return getRef(getProject()).clone();
--- End diff --
please keep style changes separate from PRs (or better just don't create
them at all)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]