Sonar fix: SdncDmaapConsumerImpl.java
[ccsdk/sli/northbound.git] / 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;
 }