This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 4c46df1d Javadoc
4c46df1d is described below
commit 4c46df1dccc544332e212ea3d8e51e7adc23d1f5
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 18 08:24:55 2023 -0400
Javadoc
---
src/test/java/org/apache/commons/io/input/StringInputStream.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/io/input/StringInputStream.java
b/src/test/java/org/apache/commons/io/input/StringInputStream.java
index 3eb7269e..d4a5e1bd 100644
--- a/src/test/java/org/apache/commons/io/input/StringInputStream.java
+++ b/src/test/java/org/apache/commons/io/input/StringInputStream.java
@@ -51,7 +51,6 @@ public class StringInputStream extends ReaderInputStream {
* Constructs a new instance.
*
* Only uses the String and Charset aspects of this builder.
- * @throws UnsupportedOperationException if the origin cannot be
converted to a Reader.
*/
@Override
public StringInputStream get() {