File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/java/org/apache/commons/io/build Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3232import java .net .URI ;
3333import java .nio .channels .Channel ;
3434import java .nio .channels .Channels ;
35+ import java .nio .channels .FileChannel ;
3536import java .nio .channels .ReadableByteChannel ;
3637import java .nio .channels .SeekableByteChannel ;
3738import java .nio .channels .WritableByteChannel ;
312313 * <li><sup>1</sup> = Characters are converted to bytes using the default {@link Charset}.</li>
313314 * <li><sup>2</sup> Minimum channel type provided by the origin:
314315 * <ul>
315- * <li>RBC = ReadableByteChannel</li>
316- * <li>WBC = WritableByteChannel</li>
317- * <li>SBC = SeekableByteChannel</li>
318- * <li>FC = FileChannel</li>
316+ * <li>RBC = {@linkplain ReadableByteChannel} </li>
317+ * <li>WBC = {@linkplain WritableByteChannel} </li>
318+ * <li>SBC = {@linkplain SeekableByteChannel} </li>
319+ * <li>FC = {@linkplain FileChannel} </li>
319320 * </ul>
320321 * The exact channel type may be a subtype of the minimum shown.
321322 * </li>
You can’t perform that action at this time.
0 commit comments