X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-simulators%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fsimulators%2FTopicServer.java;fp=models-interactions%2Fmodel-simulators%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fsimulators%2FTopicServer.java;h=004a2e20c9d6e07f8d654aa8fd18c69a893972ee;hb=222018349b49d229fc95a3939f4eaad3a3b663a8;hp=4c01511dac6d8f21895cf2f85d33f69c5c565693;hpb=ec348b97648f1e927365d17d376495bbd2b39c67;p=policy%2Fmodels.git diff --git a/models-interactions/model-simulators/src/main/java/org/onap/policy/simulators/TopicServer.java b/models-interactions/model-simulators/src/main/java/org/onap/policy/simulators/TopicServer.java index 4c01511da..004a2e20c 100644 --- a/models-interactions/model-simulators/src/main/java/org/onap/policy/simulators/TopicServer.java +++ b/models-interactions/model-simulators/src/main/java/org/onap/policy/simulators/TopicServer.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP * ================================================================================ - * Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ public abstract class TopicServer implements TopicListener { * @param sink sink to which responses should be published * @param source source from which requests arrive */ - public TopicServer(TopicSink sink, TopicSource source, Coder coder, Class reqClass) { + protected TopicServer(TopicSink sink, TopicSource source, Coder coder, Class reqClass) { this.sink = sink; this.source = source; this.coder = coder;