Commented-out lines of code should be removed 27/30827/1
authorPrasadNaidu <RV00493633@techmahindra.com>
Thu, 8 Feb 2018 09:51:53 +0000 (15:21 +0530)
committerPrasadNaidu <RV00493633@techmahindra.com>
Thu, 8 Feb 2018 09:52:12 +0000 (15:22 +0530)
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 <RV00493633@techmahindra.com>
src/main/java/org/onap/aai/champ/ChampGraph.java

index c70294b..2ec2209 100644 (file)
@@ -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");