Repository: incubator-groovy Updated Branches: refs/heads/GROOVY_2_4_X 68136a88e -> 07c02fa85
removed JavaDoc erroneously stating UTF-16 BOM will be written Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/07c02fa8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/07c02fa8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/07c02fa8 Branch: refs/heads/GROOVY_2_4_X Commit: 07c02fa854576348b827a4164fc71f7ee9f81082 Parents: 50e9bad Author: Keegan Witt <keeganw...@gmail.com> Authored: Tue Jun 9 12:32:08 2015 -0400 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jun 9 19:19:18 2015 +0200 ---------------------------------------------------------------------- .../main/java/org/codehaus/groovy/runtime/NioGroovyMethods.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/07c02fa8/subprojects/groovy-nio/src/main/java/org/codehaus/groovy/runtime/NioGroovyMethods.java ---------------------------------------------------------------------- diff --git a/subprojects/groovy-nio/src/main/java/org/codehaus/groovy/runtime/NioGroovyMethods.java b/subprojects/groovy-nio/src/main/java/org/codehaus/groovy/runtime/NioGroovyMethods.java index 4714a11..2fb43f7 100644 --- a/subprojects/groovy-nio/src/main/java/org/codehaus/groovy/runtime/NioGroovyMethods.java +++ b/subprojects/groovy-nio/src/main/java/org/codehaus/groovy/runtime/NioGroovyMethods.java @@ -1466,9 +1466,7 @@ public class NioGroovyMethods extends DefaultGroovyMethodsSupport { } /** - * Helper method to create a buffered writer for a file. If the given - * charset is "UTF-16BE" or "UTF-16LE", the requisite byte order mark is - * written to the stream before the writer is returned. + * Helper method to create a buffered writer for a file. * * @param self a Path * @param charset the name of the encoding used to write in this file