From 72a9ab9e886cdeabc4b43418a7054a5796a0ff55 Mon Sep 17 00:00:00 2001 From: sliard Date: Mon, 12 Apr 2021 15:58:22 +0200 Subject: [DMAAP-CLIENT] First sonar issues review part2 update Copyright informations fix checkstyle warning and fix code review comments remove Prop Issue-ID: DMAAP-1585 Change-Id: I445ca5d0888a555acbac70af7ed571be26d74f79 Signed-off-by: sliard --- src/test/resources/dme2/producer.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/test/resources/dme2/producer.properties') diff --git a/src/test/resources/dme2/producer.properties b/src/test/resources/dme2/producer.properties index 5ea5cfe..d293d43 100644 --- a/src/test/resources/dme2/producer.properties +++ b/src/test/resources/dme2/producer.properties @@ -2,7 +2,9 @@ # ============LICENSE_START======================================================= # org.onap.dmaap # ================================================================================ -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Modifications Copyright © 2021 Orange. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,4 +51,4 @@ AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 AFT_DME2_EP_READ_TIMEOUT_MS=50000 sessionstickinessrequired=NO #DME2preferredRouterFilePath=C:/Users/rn509j/ONAP/dmaapclient/target/classes/dme2/preferredRoute.txt -MessageSentThreadOccurance=50 +MessageSentThreadOccurrence=50 -- cgit 1.2.3-korg