Github user bodewig commented on a diff in the pull request:

    https://github.com/apache/ant/pull/79#discussion_r232668570
  
    --- Diff: src/main/org/apache/tools/ant/types/FileList.java ---
    @@ -137,13 +144,10 @@ public void setFiles(String filenames) {
         }
     
         /**
    -     * Performs the check for circular references and returns the
    -     * referenced FileList.
    -     * @param p the current project
    -     * @return the FileList represented by a referenced filelist.
    +     * @return the list of files represented by this FileList.
          */
    -    protected FileList getRef(Project p) {
    -        return (FileList) getCheckedRef(p);
    +    public String[] getFiles() {
    --- End diff --
    
    please remove the unrelated new method


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to