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 290ced5 Comment empty block.
290ced5 is described below
commit 290ced5f70db2d51fb282f49a1f7f0d8e272cae3
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 9 10:27:00 2019 -0400
Comment empty block.
---
src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
b/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
index c7cdd55..cbdf5b6 100644
--- a/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
@@ -209,6 +209,7 @@ public class CharSequenceInputStream extends InputStream {
@Override
public void close() throws IOException {
+ // noop
}
/**