Skip to content

Commit 2207f9a

Browse files
committed
Javadoc
1 parent 158cc29 commit 2207f9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/java/org/apache/commons/io/build/AbstractOrigin.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import java.net.URI;
3333
import java.nio.channels.Channel;
3434
import java.nio.channels.Channels;
35+
import java.nio.channels.FileChannel;
3536
import java.nio.channels.ReadableByteChannel;
3637
import java.nio.channels.SeekableByteChannel;
3738
import java.nio.channels.WritableByteChannel;
@@ -312,10 +313,10 @@
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>

0 commit comments

Comments
 (0)