From 6ff501c0284dd1176baad4bfae7511340c64c55f Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 29 Oct 2019 12:44:35 -0400 Subject: Cleanup eclipse warnings in common Issue-ID: POLICY-2204 Signed-off-by: Jim Hahn Change-Id: If55ea1a804997ab751f15813e6b643572d4f189f --- .../policy/common/endpoints/event/comm/bus/TopicBaseHashedFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'policy-endpoints') diff --git a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/bus/TopicBaseHashedFactory.java b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/bus/TopicBaseHashedFactory.java index 38ee25a4..f53c5ea8 100644 --- a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/bus/TopicBaseHashedFactory.java +++ b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/bus/TopicBaseHashedFactory.java @@ -59,7 +59,7 @@ public abstract class TopicBaseHashedFactory implements TopicBa protected abstract List getServers(String topicName, Properties properties); /** - * is this topic managed? + * Determines if this topic is managed. * * @param topicName name. * @param properties properties. -- cgit 1.2.3-korg