aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvarun gudisena <vg411h@att.com>2018-04-09 23:21:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-09 23:21:27 +0000
commit7320c21c0eaf99979f74c85044b0082d9b496db3 (patch)
tree7bc48d107da3141e85e5e0988b2840dd59dd6989
parent37b7b57fc51f25079b13a016945e5e1f318dc361 (diff)
parent5c79c5b99c0e5b94084627efaecdfe2691492019 (diff)
Merge "Sonar critical issues"
-rw-r--r--src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisherWithResponse.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisherWithResponse.java b/src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisherWithResponse.java
index 4914688..9d179b2 100644
--- a/src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisherWithResponse.java
+++ b/src/main/java/com/att/nsa/mr/test/clients/SimpleExamplePublisherWithResponse.java
@@ -61,7 +61,7 @@ import com.att.nsa.mr.client.response.MRPublisherResponse;
}
}
- public void publishMessage ( String producerFilePath , int count ) throws IOException, InterruptedException, Exception
+ public void publishMessage ( String producerFilePath , int count ) throws IOException, InterruptedException
{
// create our publisher
final MRBatchingPublisher pub = MRClientFactory.createBatchingPublisher (producerFilePath,true);