Integrated: 8256183: InputStream.skipNBytes is missing @since 12

Conor Cleary ccleary at openjdk.java.net
Fri Nov 20 20:15:07 UTC 2020


On Thu, 19 Nov 2020 12:35:04 GMT, Conor Cleary <ccleary at 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 <ccleary at openjdk.org>
Committer: Lance Andersen <lancea at 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


More information about the core-libs-dev mailing list