Skip to content

Commit a448e93

Browse files
committed
#77 - remove unused hardcoded Camel version
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
1 parent 99f6e24 commit a448e93

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/com/github/cameltooling/lsp/internal/CamelTextDocumentService.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ public class CamelTextDocumentService implements TextDocumentService {
7070

7171
public CamelTextDocumentService() {
7272
camelCatalog = CompletableFuture.supplyAsync(() -> {
73-
DefaultCamelCatalog res = new DefaultCamelCatalog(true);
74-
res.loadVersion("2.20.1");
75-
return res;
73+
return new DefaultCamelCatalog(true);
7674
});
7775
}
7876

0 commit comments

Comments
 (0)