removing unused imports from src and test classes
[dmaap/messagerouter/dmaapclient.git] / src / test / java / org / onap / dmaap / mr / test / clients / ProtocolTypeConstantsTest.java
index 52310bf..573be98 100644 (file)
@@ -22,10 +22,6 @@ package org.onap.dmaap.mr.test.clients;
 
 import static org.junit.Assert.assertTrue;
 
-import java.io.IOException;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
-
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;