aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.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/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.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/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java')
-rw-r--r--src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java b/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
index af02c2f..8c71f2f 100644
--- a/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
+++ b/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
@@ -25,20 +25,12 @@ package org.onap.dmaap.mr.client.impl;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
-import java.util.List;
import java.util.Properties;
-import java.util.concurrent.TimeUnit;
-
-import org.json.JSONObject;
-import org.junit.After;
-import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.onap.dmaap.mr.client.MRClientFactory;
import org.onap.dmaap.mr.client.MRConsumer;
-import org.onap.dmaap.mr.client.MRPublisher.message;
-import org.onap.dmaap.mr.client.response.MRPublisherResponse;
public class MRSimplerBatchConsumerTest {