Do we also want an @see in skip(), pointing to skipNBytes() ?

Thanks,
-Brent

On 11/16/18 11:14 AM, Brian Burkhalter wrote:
--- a/src/java.base/share/classes/java/io/InputStream.java
+++ b/src/java.base/share/classes/java/io/InputStream.java
@@ -579,6 +579,7 @@
       *             when this method was invoked.
       * @throws     IOException  if the stream cannot be positioned properly or
       *             if an I/O error occurs.
+     * @see        java.io.InputStream#skip(long)
       */
      public void skipNBytes(long n) throws IOException {

Reply via email to