From: James Forsyth Date: Tue, 20 Feb 2018 20:21:31 +0000 (+0000) Subject: Merge "Add the @Override annotation" X-Git-Tag: v1.2.2~42 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7aab3e098fa33c3576c14c331138205b4555224e;p=aai%2Fchamp.git Merge "Add the @Override annotation" --- 7aab3e098fa33c3576c14c331138205b4555224e diff --cc src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java index 22ac7b8,063e6e6..7eeb743 --- a/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java +++ b/src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java @@@ -81,8 -78,8 +81,9 @@@ public abstract class AbstractLoggingCh public abstract ChampPartition executeStorePartition(ChampPartition partition) throws ChampSchemaViolationException, ChampRelationshipNotExistsException, ChampMarshallingException, ChampObjectNotExistsException; public abstract void executeDeletePartition(ChampPartition graph); public abstract void executeStoreObjectIndex(ChampObjectIndex index); + @Override public abstract Optional retrieveObjectIndex(String indexName); + @Override public abstract Stream retrieveObjectIndices(); public abstract void executeDeleteObjectIndex(String indexName) throws ChampIndexNotExistsException; public abstract void executeStoreRelationshipIndex(ChampRelationshipIndex index);