RFR: 8256183: InputStream.skipNBytes is missing @since 12
Conor Cleary
ccleary at openjdk.java.net
Thu Nov 19 14:55:10 UTC 2020
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
-------------
Commit messages:
- 8256183: InputStream.skipNBytes is missing @since 12
Changes: https://git.openjdk.java.net/jdk/pull/1314/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1314&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8256183
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/1314.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1314/head:pull/1314
PR: https://git.openjdk.java.net/jdk/pull/1314
More information about the core-libs-dev
mailing list