Skip to content

Commit e1ca2d6

Browse files
committed
Javadoc
1 parent 8dca0f4 commit e1ca2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public RandomAccessFileOrigin(final RandomAccessFile origin) {
455455
/**
456456
* A {@link Reader} origin.
457457
* <p>
458-
* This origin cannot provide other aspects.
458+
* This origin cannot provide conversions to other aspects.
459459
* </p>
460460
*/
461461
public static class ReaderOrigin extends AbstractOrigin<Reader, ReaderOrigin> {
@@ -556,7 +556,7 @@ public Path getPath() {
556556
/**
557557
* A {@link Writer} origin.
558558
* <p>
559-
* This origin cannot provide other aspects.
559+
* This origin cannot provide conversions to other aspects.
560560
* </p>
561561
*/
562562
public static class WriterOrigin extends AbstractOrigin<Writer, WriterOrigin> {

0 commit comments

Comments
 (0)