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

    https://github.com/apache/ant/pull/79#discussion_r232669259
  
    --- Diff: src/main/org/apache/tools/ant/types/Path.java ---
    @@ -721,7 +721,7 @@ public synchronized boolean isFilesystemOnly() {
          * @return the passed in ResourceCollection.
          */
         protected ResourceCollection assertFilesystemOnly(ResourceCollection 
rc) {
    -        if (rc != null && !(rc.isFilesystemOnly())) {
    +        if (rc != null && !rc.isFilesystemOnly()) {
    --- 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