Remove unnecessary import

See gh-3335
This commit is contained in:
Stephane Nicoll 2015-06-26 08:24:49 +02:00
parent 761c985337
commit 12767a43e2
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;