Merge "Reorder the modifiers"
authorJames Forsyth <jf2512@att.com>
Thu, 15 Feb 2018 14:07:52 +0000 (14:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 15 Feb 2018 14:07:52 +0000 (14:07 +0000)
src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java

index d169d72..004e098 100644 (file)
@@ -71,6 +71,7 @@ public abstract class AbstractLoggingChampGraph implements ChampGraph {
   public abstract Stream<ChampObject>              queryObjects(Map<String, Object> queryParams);
   public abstract ChampRelationship                executeStoreRelationship(ChampRelationship relationship) throws ChampUnmarshallingException, ChampMarshallingException, ChampObjectNotExistsException, ChampSchemaViolationException, ChampRelationshipNotExistsException;  
   public abstract ChampRelationship                executeReplaceRelationship(ChampRelationship relationship) throws ChampUnmarshallingException, ChampMarshallingException, ChampSchemaViolationException, ChampRelationshipNotExistsException; 
+  @Override
   public abstract Optional<ChampRelationship>      retrieveRelationship(Object key) throws ChampUnmarshallingException;
   public abstract void                             executeDeleteRelationship(ChampRelationship relationship) throws ChampRelationshipNotExistsException;
   public abstract Stream<ChampRelationship>        retrieveRelationships(ChampObject object) throws ChampUnmarshallingException, ChampObjectNotExistsException;