X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fpap.git;a=blobdiff_plain;f=main%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fpap%2Fmain%2Frest%2FKafkaGetTopicResponse.java;fp=main%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fpap%2Fmain%2Frest%2FDmaapGetTopicResponse.java;h=dd63a50754192b5744ec865f1b4c3a84ec85b7d1;hp=82886509c51154bf6e7684ecd72e1b58d96427f0;hb=dfc5d564659ea5faccceaf5ecb7eb6fbc54bd701;hpb=875d5ca25cf09bbf80a8493639f2abfc501fc844 diff --git a/main/src/main/java/org/onap/policy/pap/main/rest/DmaapGetTopicResponse.java b/main/src/main/java/org/onap/policy/pap/main/rest/KafkaGetTopicResponse.java similarity index 88% rename from main/src/main/java/org/onap/policy/pap/main/rest/DmaapGetTopicResponse.java rename to main/src/main/java/org/onap/policy/pap/main/rest/KafkaGetTopicResponse.java index 82886509..dd63a507 100644 --- a/main/src/main/java/org/onap/policy/pap/main/rest/DmaapGetTopicResponse.java +++ b/main/src/main/java/org/onap/policy/pap/main/rest/KafkaGetTopicResponse.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2021 Bell Canada. All rights reserved. + * Modifications Copyright (C) 2024 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,12 +27,12 @@ import lombok.Setter; import lombok.ToString; /** - * Class to capture get topic response from dmaap. + * Class to capture get topic response from kafka. */ @Getter @Setter @ToString -public class DmaapGetTopicResponse { +public class KafkaGetTopicResponse { private List topics; }