JDK 9 RFR of 8036848: Fix deprecation warning in sun.misc.CharacterDecoder (original) (raw)
Brian Burkhalter brian.burkhalter at oracle.com
Fri Mar 7 19:46:55 UTC 2014
- Previous message: JDK 9 RFR of 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
- Next message: JDK 9 RFR of 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mar 7, 2014, at 10:52 AM, Brian Burkhalter wrote:
I updated this patch to change some ugly albeit legal syntax.
Old: http://cr.openjdk.java.net/~bpb/8036848/webrev.00/ New: http://cr.openjdk.java.net/~bpb/8036848/webrev.01/
To be specific, this method syntax
public byte methodReturningByteArray()[] {}
was changed to
public byte[] methodReturningByteArray() {}
Shudder …
Thanks,
Brian
- Previous message: JDK 9 RFR of 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
- Next message: JDK 9 RFR of 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]