From d366d15d67a08833d93a5806edef8145cb7803e5 Mon Sep 17 00:00:00 2001 From: Brian Burkhalter Date: Fri, 28 Jan 2022 23:18:20 +0000 Subject: [PATCH] 8280903: javadoc build fails after JDK-4774868 Reviewed-by: lancea --- .../share/classes/java/nio/channels/FileChannel.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/java.base/share/classes/java/nio/channels/FileChannel.java b/src/java.base/share/classes/java/nio/channels/FileChannel.java index fb9639a2d5d..9d9c35fbc1f 100644 --- a/src/java.base/share/classes/java/nio/channels/FileChannel.java +++ b/src/java.base/share/classes/java/nio/channels/FileChannel.java @@ -567,9 +567,10 @@ public abstract class FileChannel * *

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 mapped byte buffer} obtained by * invoking the {@link #map map} method. Invoking the {@link * MappedByteBuffer#force force} method of the mapped byte buffer will