mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8326944: (ch) Minor typo in the ScatteringByteChannel.read(ByteBuffer[] dsts,int offset,int length) javadoc
Reviewed-by: naoto, iris, coffeys, gli
This commit is contained in:
parent
8f6edd8dc8
commit
db0e2b8faf
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -56,7 +56,7 @@ public interface ScatteringByteChannel
|
|||
*
|
||||
* <p> An invocation of this method attempts to read up to <i>r</i> bytes
|
||||
* from this channel, where <i>r</i> is the total number of bytes remaining
|
||||
* the specified subsequence of the given buffer array, that is,
|
||||
* in the specified subsequence of the given buffer array, that is,
|
||||
*
|
||||
* {@snippet lang=java :
|
||||
* dsts[offset].remaining()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue