Update import to make build works

This commit is contained in:
YuCheng Hu 2019-10-18 22:01:38 -04:00
parent 85084cde60
commit 3ade2589d7
1 changed files with 3 additions and 6 deletions

View File

@ -1,18 +1,15 @@
package com.ossez.reoc.rets.client;
import junit.framework.TestCase;
import org.junit.BeforeClass;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Properties;
import junit.framework.TestCase;
import org.apache.commons.io.IOUtils;
import org.junit.Before;
import org.junit.BeforeClass;
/**
*
* @author YuCheng Hu