Fixed sonar issues/code-smells acoss this file
Issue-ID: CCSDK-851
Change-Id: Iff1156e2cafc198d00daf546699f0ff4ab34ff43
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
  * ================================================================================
  * 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.
         }
        }
 
-       abstract public void processMsg(String msg) throws InvalidMessageException;
+       public abstract void processMsg(String msg) throws InvalidMessageException;
 }