On Mar 7, 2014, at 10:52 AM, Brian Burkhalter wrote: > Patch: http://cr.openjdk.java.net/~bpb/8036848/
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
