summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/io/OutputStreamWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'luni/src/main/java/java/io/OutputStreamWriter.java')
-rw-r--r--luni/src/main/java/java/io/OutputStreamWriter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/luni/src/main/java/java/io/OutputStreamWriter.java b/luni/src/main/java/java/io/OutputStreamWriter.java
index d69c87a..bc8710d 100644
--- a/luni/src/main/java/java/io/OutputStreamWriter.java
+++ b/luni/src/main/java/java/io/OutputStreamWriter.java
@@ -122,8 +122,8 @@ public class OutputStreamWriter extends Writer {
}
/**
- * Closes this writer. This implementation flushes the buffer as well as the
- * target stream. The target stream is then closed and the resources for the
+ * Closes this writer. This implementation flushes the buffer but <strong>does not</strong>
+ * flush the target stream. The target stream is then closed and the resources for the
* buffer and converter are released.
*
* <p>Only the first invocation of this method has any effect. Subsequent calls