Skip to content

Commit d51467e

Browse files
author
amvanbaren
committed
remove unused
1 parent dbbaff4 commit d51467e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/eclipse/openvsx/repositories/RepositoryService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ public ExtensionVersion findLatestVersionForAllUrls(Extension extension, String
544544
return extensionVersionJooqRepo.findLatestForAllUrls(extension, targetPlatform, onlyPreRelease, onlyActive);
545545
}
546546

547-
@Observed
548547
public ExtensionVersion findLatestVersion(Extension extension, String targetPlatform, boolean onlyPreRelease, boolean onlyActive) {
549548
return extensionVersionJooqRepo.findLatest(extension, targetPlatform, onlyPreRelease, onlyActive);
550549
}

0 commit comments

Comments
 (0)