From: PrasadNaidu Date: Thu, 8 Feb 2018 09:51:53 +0000 (+0530) Subject: Commented-out lines of code should be removed X-Git-Tag: v1.2.2~49 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=90f0306e32e6a1adcbb68c718d2f6e8a97d0be0d;p=aai%2Fchamp.git 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 --- 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");