Skip to content

Commit 7d7f448

Browse files
committed
Javadoc
1 parent 9c6a84e commit 7d7f448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/org/apache/commons/io/input/NullInputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
import java.io.InputStream;
2424

2525
/**
26-
* A light weight {@link InputStream} that emulates a stream of a specified size.
26+
* A lightweight {@link InputStream} that emulates a stream of a specified size.
2727
* <p>
28-
* This implementation provides a light weight object for testing with an {@link InputStream} where the contents don't matter.
28+
* This implementation provides a lightweight object for testing with an {@link InputStream} where the contents don't matter.
2929
* </p>
3030
* <p>
3131
* One use case would be for testing the handling of large {@link InputStream} as it can emulate that scenario without the overhead of actually processing large

src/main/java/org/apache/commons/io/input/NullReader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
import java.io.Reader;
2424

2525
/**
26-
* A functional, light weight {@link Reader} that emulates
26+
* A functional, lightweight {@link Reader} that emulates
2727
* a reader of a specified size.
2828
* <p>
29-
* This implementation provides a light weight
29+
* This implementation provides a lightweight
3030
* object for testing with an {@link Reader}
3131
* where the contents don't matter.
3232
* </p>

0 commit comments

Comments
 (0)