8280903: javadoc build fails after JDK-4774868

Reviewed-by: lancea
This commit is contained in:
Brian Burkhalter 2022-01-28 23:18:20 +00:00
parent 9139159898
commit d366d15d67

View File

@ -567,9 +567,10 @@ public abstract class FileChannel
* *
* <p> This method is only guaranteed to force changes that were made to * <p> This method is only guaranteed to force changes that were made to
* this channel's file via the methods defined in this class, or the methods * this channel's file via the methods defined in this class, or the methods
* defined by {@link FileOutputStream} or {@link RandomAccessFile} when the * defined by {@link java.io.FileOutputStream} or
* channel was obtained with the {@code getChannel} method. It may or * {@link java.io.RandomAccessFile} when the channel was obtained with the
* may not force changes that were made by modifying the content of a * {@code getChannel} method. It may or may not force changes that were made
* by modifying the content of a
* {@link MappedByteBuffer <i>mapped byte buffer</i>} obtained by * {@link MappedByteBuffer <i>mapped byte buffer</i>} obtained by
* invoking the {@link #map map} method. Invoking the {@link * invoking the {@link #map map} method. Invoking the {@link
* MappedByteBuffer#force force} method of the mapped byte buffer will * MappedByteBuffer#force force} method of the mapped byte buffer will