aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/onap/aai/champ/ChampGraph.java1
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");