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: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to