You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/apache/commons/io/input/NullInputStream.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@
23
23
importjava.io.InputStream;
24
24
25
25
/**
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.
27
27
* <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.
29
29
* </p>
30
30
* <p>
31
31
* 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
0 commit comments