Skip to content

Commit

Permalink
Remove getOMEROGateway method also from the NullOmeroPojoService
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Jul 25, 2022
1 parent 75f982d commit 236562e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ public long getSpace(SecurityContext ctx, int index, long userID)
return 0;
}

@Override
public OMEROGateway getOMEROGateway() {
return null;
}

/**
* No-operation implementation
* @see OmeroDataService#loadContainerHierarchy(Class, List, boolean, long)
Expand Down

0 comments on commit 236562e

Please sign in to comment.