From 90f0306e32e6a1adcbb68c718d2f6e8a97d0be0d Mon Sep 17 00:00:00 2001 From: PrasadNaidu Date: Thu, 8 Feb 2018 15:21:53 +0530 Subject: Commented-out lines of code should be removed This block of commented-out lines of code should be removed ChampGraph.java:L73 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp#assignees=PrasadNaidu Location : src/main/java/org/onap/aai/champ/ChampGraph.javaChange-Id: Icbd8a40bdf8bc5169bf4de02ea2c13a6c56ea42a Change-Id: I66e72b1299c19af67e8836e8c2a78f3c4fcd4e2f Issue-ID: AAI-746 Signed-off-by: PrasadNaidu --- src/main/java/org/onap/aai/champ/ChampGraph.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/onap/aai/champ/ChampGraph.java b/src/main/java/org/onap/aai/champ/ChampGraph.java index c70294b..2ec2209 100644 --- a/src/main/java/org/onap/aai/champ/ChampGraph.java +++ b/src/main/java/org/onap/aai/champ/ChampGraph.java @@ -70,7 +70,6 @@ public interface ChampGraph { .build(); /* case DSE: //See above, DSE still in beta - return new DseChampGraphImpl.Builder("localhost").build(); */ default: throw new RuntimeException("Unknown type of ChampAPI implementation"); -- cgit 1.2.3-korg