Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8280903: javadoc build fails after JDK-4774868 #7273

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -567,9 +567,10 @@ public final long write(ByteBuffer[] srcs) throws IOException {
*
* <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