This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push: new a1c5993 remove extra semi a1c5993 is described below commit a1c59932ad30c9d15470599f9c63619bf33da912 Author: Matt Benson <mben...@apache.org> AuthorDate: Sat Feb 5 13:36:20 2022 -0600 remove extra semi --- src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java b/src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java index 6844325..09e80eb 100644 --- a/src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java +++ b/src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java @@ -24,7 +24,7 @@ import java.io.ByteArrayOutputStream; import java.io.CharArrayReader; import java.io.File; import java.io.FileInputStream; -import java.io.IOException;; +import java.io.IOException; import java.io.InputStreamReader; import java.io.StringReader; import java.nio.charset.Charset;