Skip to content

Commit

Permalink
Merge pull request #899 from amvanbaren/remove-observed-latest-version
Browse files Browse the repository at this point in the history
remove unused
  • Loading branch information
amvanbaren authored Apr 17, 2024
2 parents dbbaff4 + d51467e commit 1fb7ac4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ public ExtensionVersion findLatestVersionForAllUrls(Extension extension, String
return extensionVersionJooqRepo.findLatestForAllUrls(extension, targetPlatform, onlyPreRelease, onlyActive);
}

@Observed
public ExtensionVersion findLatestVersion(Extension extension, String targetPlatform, boolean onlyPreRelease, boolean onlyActive) {
return extensionVersionJooqRepo.findLatest(extension, targetPlatform, onlyPreRelease, onlyActive);
}
Expand Down

0 comments on commit 1fb7ac4

Please sign in to comment.