File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/io/build Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 > {
You can’t perform that action at this time.
0 commit comments