Sonar fix: SdncDmaapConsumerImpl.java 56/74756/1
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 17 Dec 2018 19:11:18 +0000 (00:41 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Mon, 17 Dec 2018 19:11:27 +0000 (00:41 +0530)
Fixed sonar issues/code-smells acoss this file

Issue-ID: CCSDK-851
Change-Id: Iff1156e2cafc198d00daf546699f0ff4ab34ff43
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncDmaapConsumerImpl.java

index ddd8713..ee8bb4d 100644 (file)
@@ -4,6 +4,7 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
  *                     reserved.
+ * Modifications Copyright © 2018 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -155,5 +156,5 @@ public abstract class SdncDmaapConsumerImpl implements SdncDmaapConsumer {
         }
        }
 
-       abstract public void processMsg(String msg) throws InvalidMessageException;
+       public abstract void processMsg(String msg) throws InvalidMessageException;
 }