8280903: javadoc build fails after JDK-4774868
Reviewed-by: lancea
This commit is contained in:
parent
9139159898
commit
d366d15d67
@ -567,9 +567,10 @@ public abstract class FileChannel
|
||||
*
|
||||
* <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
|
||||
* defined by {@link FileOutputStream} or {@link RandomAccessFile} when the
|
||||
* channel was obtained with the {@code getChannel} method. It may or
|
||||
* may not force changes that were made by modifying the content of a
|
||||
* defined by {@link java.io.FileOutputStream} or
|
||||
* {@link java.io.RandomAccessFile} when the channel was obtained with the
|
||||
* {@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
|
||||
* invoking the {@link #map map} method. Invoking the {@link
|
||||
* MappedByteBuffer#force force} method of the mapped byte buffer will
|
||||
|
Loading…
x
Reference in New Issue
Block a user