aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-12-12 14:11:28 +0000
committerliamfallon <liam.fallon@est.tech>2019-12-16 13:42:39 -0600
commit65689446fe2b8241b9304be476ac673f36c78ae4 (patch)
treeaeb3bac7bdafe7786042aec333e28c1f4dcde798
parent79e69312b4823aa5cd0441704706875d6b56f3dc (diff)
Update policy common for checkstyle 8
Minor changes to clear down checkstyle warnings in policy common. Issue-ID: POLICY-206 Change-Id: Ifa6753bafdc4b2a9ee0725c4f3751c6eac03e096 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.java b/policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.java
index ba6d570b..a661b063 100644
--- a/policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.java
+++ b/policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.java
@@ -444,7 +444,6 @@ public class TopicEndpointProxyTest {
assertThatIllegalArgumentException().isThrownBy(() -> manager.getDmaapTopicSink(""));
}
-
@Test
public void testGetNoopTopicSource() {
TopicEndpoint manager = new TopicEndpointProxy();