Fix dmaap adapter lic header and log message typo 55/49355/2
authorJohn McClung <jm1364@att.com>
Tue, 29 May 2018 12:28:24 +0000 (08:28 -0400)
committerPatrick Brady <pb071s@att.com>
Fri, 1 Jun 2018 21:40:49 +0000 (21:40 +0000)
Remove ECOMP trademark in license header, and fix typo in log message.

Change-Id: Ib0249797edf794c93f9c44ab2ed591a7142c1311
Issue-ID: APPC-935
Signed-off-by: John McClung <jm1364@att.com>
appc-event-listener/appc-event-listener-bundle/src/main/java/org/onap/appc/listener/impl/EventHandlerImpl.java

index e8fe15f..3019aaf 100644 (file)
@@ -18,7 +18,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * 
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  * ============LICENSE_END=========================================================
  */
 
@@ -139,7 +138,7 @@ public class EventHandlerImpl implements EventHandler {
             messageService = MessageService.parse(props.getProperty(ListenerProperties.KEYS.MESSAGE_SERVICE));
 
             LOG.info(String.format(
-                    "Configured to use %s client on host pool [%s]. Reading from [%s] filtered by %s. Wriring to [%s]. Authenticated using %s",
+                    "Configured to use %s client on host pool [%s]. Reading from [%s] filtered by %s. Writing to [%s]. Authenticated using %s",
                     messageService, hostnames, readTopic, filter_json, writeTopics, apiKey));
         }
     }