Skip to content

Commit

Permalink
removed obsolete and no longer valid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Sep 27, 2024
1 parent 4b47446 commit e3404b4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ private ICompletionProposal[] asJavaProposals(CompletableFuture<ICompletionPropo
throws InterruptedException, ExecutionException, TimeoutException {
ICompletionProposal[] originalProposals = future.get(TIMEOUT_LENGTH, TIMEOUT_UNIT);

// We assume that the original proposals are in the correct order, so we set relevance
// based on this existing order. Note that based on IJavaCompletionProposal javadoc,
// relevance values are [0,1000] so we start at 1000
final var javaProposals = new ICompletionProposal[originalProposals.length];

for (int i = 0; i < originalProposals.length; i++) {
Expand Down

0 comments on commit e3404b4

Please sign in to comment.