This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: OutputStreamWriter flush patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org, Thomas Fitzsimmons <fitzsim at redhat dot com>, java at gcc dot gnu dot org, Andreas Tobler <toa at pop dot agri dot ch>
- Date: 21 Jul 2006 10:47:20 -0600
- Subject: Re: OutputStreamWriter flush patch
- References: <1153356148.24618.5.camel@hermans.wildebeest.org> <44BF7D96.4080106@redhat.com> <1153401085.2590.34.camel@elsschot.wildebeest.org> <44BF849C.3050101@redhat.com> <1153425314.5640.9.camel@localhost.localdomain> <1153438622.5640.22.camel@localhost.localdomain> <m3k667hmah.fsf@localhost.localdomain> <1153473287.2907.4.camel@hermans.wildebeest.org>
- Reply-to: tromey at redhat dot com
Mark> 2006-07-21 Mark Wielaard <mark@klomp.org>
Mark> * java/io/OutputStreamWriter.java (flush): Create work if null.
Mark> OK?
Yes, thanks.
Tom