On Thu, 19 Nov 2020 12:35:04 GMT, Conor Cleary <ccle...@openjdk.org> wrote:
> InputStream.skipNBytes is missing `@since 12` tag which was not added during > the review of [JDK-6516099](https://bugs.openjdk.java.net/browse/JDK-6516099). > > This small fix adds the `@since` tag to InputStream.skipNBytes This pull request has now been integrated. Changeset: be6c8936 Author: Conor Cleary <ccle...@openjdk.org> Committer: Lance Andersen <lan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/be6c8936 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8256183: InputStream.skipNBytes is missing @since 12 Reviewed-by: dfuchs, lancea, bpb ------------- PR: https://git.openjdk.java.net/jdk/pull/1314