diff options
Diffstat (limited to 'aai-core/src')
-rw-r--r-- | aai-core/src/main/java/org/onap/aai/dbgen/GraphSONPartialIO.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/src/main/java/org/onap/aai/dbgen/GraphSONPartialIO.java b/aai-core/src/main/java/org/onap/aai/dbgen/GraphSONPartialIO.java index c097a5bf..83ee127b 100644 --- a/aai-core/src/main/java/org/onap/aai/dbgen/GraphSONPartialIO.java +++ b/aai-core/src/main/java/org/onap/aai/dbgen/GraphSONPartialIO.java @@ -147,5 +147,10 @@ public final class GraphSONPartialIO throw new IllegalArgumentException("The graph argument was not specified"); return new GraphSONPartialIO(this); } + + @Override + public <V> boolean requiresVersion(V version) { + throw new UnsupportedOperationException("Unimplemented method 'requiresVersion'"); + } } } |