Merge "Add the @Override annotation"
authorJames Forsyth <jf2512@att.com>
Tue, 20 Feb 2018 20:21:31 +0000 (20:21 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 20 Feb 2018 20:21:31 +0000 (20:21 +0000)
1  2 
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<ChampObjectIndex>       retrieveObjectIndex(String indexName);
+   @Override
    public abstract Stream<ChampObjectIndex>         retrieveObjectIndices();
    public abstract void                             executeDeleteObjectIndex(String indexName) throws ChampIndexNotExistsException;
    public abstract void                             executeStoreRelationshipIndex(ChampRelationshipIndex index);