Skip to content

Commit

Permalink
Add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Apr 21, 2023
1 parent ff42a2a commit 1b05976
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ public ReferenceDeletedResult delete(NamedRef ref, Optional<Hash> hash)
return result;
}

@Nonnull
@jakarta.annotation.Nonnull
@Override
public RepositoryInformation getRepositoryInformation() {
return delegate.getRepositoryInformation();
}

@Override
public Hash hashOnReference(NamedRef namedReference, Optional<Hash> hashOnReference)
throws ReferenceNotFoundException {
Expand Down

0 comments on commit 1b05976

Please sign in to comment.