Skip to content

Commit 2ed0889

Browse files
committed
Remove unnecessary semicolon.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@619998 13f79535-47bb-0310-9956-ffa450edef68
1 parent a4c2030 commit 2ed0889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import java.util.List;
3737

3838
import org.apache.commons.io.output.ByteArrayOutputStream;
39-
import org.apache.commons.io.output.StringBuilderWriter;;
39+
import org.apache.commons.io.output.StringBuilderWriter;
4040

4141
/**
4242
* General IO stream manipulation utilities.

0 commit comments

Comments
 (0)