Skip to content

Commit

Permalink
fix: code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Aug 11, 2020
1 parent 74566ca commit 932f388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/tadayosi/icamel/CamelKernel.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private List<CompletionItem> getCompletions(TextDocumentService textDocumentServ
return textDocumentService.completion(params).get().getLeft();
}

private class KernelLanguageClient implements LanguageClient {
private static class KernelLanguageClient implements LanguageClient {
@Override
public void telemetryEvent(Object o) {
}
Expand Down

0 comments on commit 932f388

Please sign in to comment.