Name: bsT130419 Date: 10/15/2001
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
The improvement is about the java.rmi.MarshalledObject class.
In private static class MarshalledObjectOutputStream the constructor is declared
as "public" whereas in private static class MarshalledObjectInputStream
constructor has no access specifier, so is implicitly declared as "package".
Just for a coherence reason I declared in the fix this constructor too as "public".
(Review ID: 133774)
======================================================================