diff options
author | Jim Hahn <jrh3@att.com> | 2019-10-29 12:44:35 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-10-29 12:44:35 -0400 |
commit | 6ff501c0284dd1176baad4bfae7511340c64c55f (patch) | |
tree | 31b276f971f0c6c7438b5e704a179c314ecb92e3 /policy-endpoints/src/main/java/org/onap | |
parent | 5784888d49749f614e062fc32934879f1ffa0bd9 (diff) |
Cleanup eclipse warnings in common
Issue-ID: POLICY-2204
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: If55ea1a804997ab751f15813e6b643572d4f189f
Diffstat (limited to 'policy-endpoints/src/main/java/org/onap')
-rw-r--r-- | policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/bus/TopicBaseHashedFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<T extends Topic> implements TopicBa protected abstract List<String> getServers(String topicName, Properties properties); /** - * is this topic managed? + * Determines if this topic is managed. * * @param topicName name. * @param properties properties. |