aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/src/main
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-10-02 16:37:47 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-10-03 09:52:29 +0100
commit89bfabfda2afeeedd1e6cdcba41705469d406f48 (patch)
treefcf3a0a444f794c4a27adcd88bfd1c1490c3073f /cps-service/src/main
parent78674d78554dda5f6eb8331410b261720dd126ab (diff)
Update JIRA and Wiki links host name from wiki.onap.org to lf-onap.atlassian.net
Issue-ID: CPS-2432 Change-Id: I53f380a4fe0968d1ec9f1393651c7c43f03d0d95 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-service/src/main')
-rw-r--r--cps-service/src/main/java/org/onap/cps/events/EventsPublisher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-service/src/main/java/org/onap/cps/events/EventsPublisher.java b/cps-service/src/main/java/org/onap/cps/events/EventsPublisher.java
index 8023fbfb25..46384b5933 100644
--- a/cps-service/src/main/java/org/onap/cps/events/EventsPublisher.java
+++ b/cps-service/src/main/java/org/onap/cps/events/EventsPublisher.java
@@ -44,7 +44,7 @@ public class EventsPublisher<T> {
/**
* KafkaTemplate for legacy (non-cloud) events.
- * Note: Cloud events should be used. This will be addressed as part of https://jira.onap.org/browse/CPS-1717.
+ * Note: Cloud events should be used. This will be addressed as part of https://lf-onap.atlassian.net/browse/CPS-1717.
*/
private final KafkaTemplate<String, T> legacyKafkaEventTemplate;
@@ -73,7 +73,7 @@ public class EventsPublisher<T> {
/**
* Generic Event publisher.
- * Note: Cloud events should be used. This will be addressed as part of https://jira.onap.org/browse/CPS-1717.
+ * Note: Cloud events should be used. This will be addressed as part of https://lf-onap.atlassian.net/browse/CPS-1717.
*
* @param topicName valid topic name
* @param eventKey message key