diff options
author | PrasadNaidu <RV00493633@techmahindra.com> | 2018-02-08 15:21:53 +0530 |
---|---|---|
committer | PrasadNaidu <RV00493633@techmahindra.com> | 2018-02-08 15:22:12 +0530 |
commit | 90f0306e32e6a1adcbb68c718d2f6e8a97d0be0d (patch) | |
tree | cb36f0245472ecab04716ae2ea83040a94eb25e0 /src | |
parent | 90b737757ff790d199458c51f7e09c4806b4ba34 (diff) |
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 <RV00493633@techmahindra.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/onap/aai/champ/ChampGraph.java | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |