The patch has been updated in place to replace <code>var</code> with {@code var}, @exception with @throws, and align the text where needed only for the methods in question.
Brian On Apr 15, 2016, at 3:46 PM, Brian Burkhalter <brian.burkhal...@oracle.com> wrote: > Re-posted with correct subject line. > > On Apr 15, 2016, at 3:35 PM, Brian Burkhalter <brian.burkhal...@oracle.com> > wrote: > >> Please review at your convenience. >> >> Issue: https://bugs.openjdk.java.net/browse/JDK-8154183 >> Patch: http://cr.openjdk.java.net/~bpb/8154183/webrev.00/ >> >> Summary: >> 1) Reinstate the ObjectInputStream part of the >> fixforhttps://bugs.openjdk.java.net/browse/JDK-4150728 which was >> inadvertently reverted in a subsequent merge. >> 2) Apply the same clarifications and addition of missing exception/throws >> tags to both variants of readFully().