Skip to content

Commit 7323c8b

Browse files
committed
Javadoc
1 parent b894d66 commit 7323c8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import static java.lang.Math.min;
2020

21+
import java.io.ByteArrayInputStream;
2122
import java.io.InputStream;
2223
import java.util.Objects;
2324

@@ -26,6 +27,7 @@
2627
* which removes the synchronization overhead for non-concurrent
2728
* access; as such this class is not thread-safe.
2829
*
30+
* @see ByteArrayInputStream
2931
* @since 2.7
3032
*/
3133
//@NotThreadSafe

0 commit comments

Comments
 (0)