RFR: JDK-8167648: java.io.PrintWriter should have PrintWriter((String|File), Charset) constructors (original) (raw)
Patrick Reinhart patrick at reini.net
Wed Nov 23 20:53:44 UTC 2016
- Previous message: RFR: JDK-8167648: java.io.PrintWriter should have PrintWriter((String|File), Charset) constructors
- Next message: RFR: JDK-8167648: java.io.PrintWriter should have PrintWriter((String|File), Charset) constructors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Stephen,
I changed the webrev accordingly:
http://cr.openjdk.java.net/~reinhapa/reviews/8167648/webrev.00
-Patrick
Am 23.11.2016 um 14:45 schrieb Stephen Colebourne <scolebourne at joda.org>:
Returning the writer was my intention. I also intended it to return a new instance, to avoid changing the variable from final to non-final. Stephen
- Previous message: RFR: JDK-8167648: java.io.PrintWriter should have PrintWriter((String|File), Charset) constructors
- Next message: RFR: JDK-8167648: java.io.PrintWriter should have PrintWriter((String|File), Charset) constructors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]