|
Change Return Type CompletableFuture<List<? extends SymbolInformation>> to CompletableFuture<List<Either<SymbolInformation,DocumentSymbol>>> in method public documentSymbol(params DocumentSymbolParams) : CompletableFuture<List<Either<SymbolInformation,DocumentSymbol>>> in class org.eclipse.che.plugin.maven.lsp.MavenTextDocumentService |
From |
To |
|
Change Return Type CompletableFuture<List<? extends Command>> to CompletableFuture<List<Either<Command,CodeAction>>> in method public codeAction(params CodeActionParams) : CompletableFuture<List<Either<Command,CodeAction>>> in class org.eclipse.che.plugin.maven.lsp.MavenTextDocumentService |
From |
To |
|
Change Return Type CompletableFuture<List<? extends Command>> to CompletableFuture<List<Either<Command,CodeAction>>> in method public codeAction(params CodeActionParams) : CompletableFuture<List<Either<Command,CodeAction>>> in class org.eclipse.che.plugin.java.languageserver.JavaTextDocumentServiceWraper |
From |
To |