Browse Source

remove extra semi

master
Matt Benson 3 years ago
parent
commit
a1c59932ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java

+ 1
- 1
src/tests/junit/org/apache/tools/ant/util/ReaderInputStreamTest.java View File

@@ -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;


Loading…
Cancel
Save