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

    https://github.com/apache/incubator-groovy/pull/176#discussion_r44221782
  
    --- Diff: src/main/org/codehaus/groovy/runtime/ResourceGroovyMethods.java 
---
    @@ -1800,6 +1925,20 @@ public static BufferedWriter newWriter(File file, 
boolean append) throws IOExcep
         }
     
         /**
    +     * Helper method to create a buffered writer for a file without 
writing a BOM.
    +     *
    +     * @param file    a File
    +     * @param charset the name of the encoding used to write in this file
    +     * @param append  true if in append mode
    +     * @return a BufferedWriter
    +     * @throws IOException if an IOException occurs.
    +     * @since 1.0
    --- End diff --
    
    should be 2.5.0


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to