fix checkstyle

This commit is contained in:
XenoAmess
2020-08-24 19:08:32 +08:00
parent 327eaaedf6
commit fc19861509
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.io.StringReader;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.LinkedList;
import java.util.List;

View File

@ -7,8 +7,8 @@ package net.sourceforge.pmd;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.io.Reader;
import java.nio.charset.StandardCharsets;
import org.apache.commons.io.IOUtils;
import org.junit.Assert;
import org.junit.Test;