Commit 63774d6 duke
committed Jan 28, 2022
File tree 1 file changed +4
-3
lines changed
src/java.base/share/classes/java/nio/channels
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -567,9 +567,10 @@ public final long write(ByteBuffer[] srcs) throws IOException {
567
567
*
568
568
* <p> This method is only guaranteed to force changes that were made to
569
569
* this channel's file via the methods defined in this class, or the methods
570
- * defined by {@link FileOutputStream} or {@link RandomAccessFile} when the
571
- * channel was obtained with the {@code getChannel} method. It may or
572
- * may not force changes that were made by modifying the content of a
570
+ * defined by {@link java.io.FileOutputStream} or
571
+ * {@link java.io.RandomAccessFile} when the channel was obtained with the
572
+ * {@code getChannel} method. It may or may not force changes that were made
573
+ * by modifying the content of a
573
574
* {@link MappedByteBuffer <i>mapped byte buffer</i>} obtained by
574
575
* invoking the {@link #map map} method. Invoking the {@link
575
576
* MappedByteBuffer#force force} method of the mapped byte buffer will
You can’t perform that action at this time.
0 commit comments