Skip to content

Commit

Permalink
Undo bad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh committed Aug 29, 2022
1 parent 6d55df5 commit bfa4d39
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,6 @@ public ResourceHistoryTable getById(Long theLong) {
throw new UnsupportedOperationException();
}

@Override
public ResourceHistoryTable getReferenceById(Long theLong) {
throw new UnsupportedOperationException();
}

@Override
public <S extends ResourceHistoryTable> Optional<S> findOne(Example<S> example) {
return Optional.empty();
Expand Down

0 comments on commit bfa4d39

Please sign in to comment.