RFR: 8273513: Make java.io.FilterInputStream specification more precise about overrides
Brian Burkhalter
bpb at openjdk.java.net
Wed Sep 8 22:11:13 UTC 2021
On Wed, 8 Sep 2021 22:00:53 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Modify the class level specification of `java.io.FilterInputStream` to be more exact about `java.io.InputStream` methods that it overrides.
Some other incidental modifications are made in passing, principally adding `@Override` annotations and putting statements like `This method does X` in `@implSpec` blocks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5426
More information about the core-libs-dev
mailing list