aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java
diff options
context:
space:
mode:
authorsawantmandar <ms5838@att.com>2019-01-18 14:59:33 -0600
committersawantmandar <ms5838@att.com>2019-01-18 15:15:42 -0600
commit844dfc285307a6ec1772ef3e741c109fd567f2c3 (patch)
treebcca2f48852a42d3a7b0a2c98570c79d1a31cde5 /src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java
parent917ad05e95a80991f06f0d79a09154d9d696a681 (diff)
removing unused imports from src and test classes
Change-Id: I9d6ea81ca5ad34505bfb540658e063c83e7353de Signed-off-by: sawantmandar <ms5838@att.com> Issue-ID: DMAAP-975
Diffstat (limited to 'src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java')
-rw-r--r--src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java b/src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java
index 33d1164..d2b77ef 100644
--- a/src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java
+++ b/src/main/java/org/onap/dmaap/mr/test/clients/SimpleExamplePublisherWithResponse.java
@@ -24,9 +24,7 @@ import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
-import java.util.List;
import java.util.Properties;
-import java.util.concurrent.TimeUnit;
import org.json.JSONObject;
import org.onap.dmaap.mr.client.MRBatchingPublisher;
import org.onap.dmaap.mr.client.MRClientFactory;