Merge pull request #1471 from eclipse/cd_fixjavadoc

fixed broken javadoc
This commit is contained in:
Christian Dietrich 2020-05-04 18:07:30 +02:00 committed by GitHub
commit 59d0234347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,7 @@ package org.eclipse.xtext.ide.labels;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.ide.labels.INameLabelProvider;
import org.eclipse.xtext.naming.QualifiedName;
import org.eclipse.xtext.resource.IEObjectDescription;
import org.eclipse.xtext.util.SimpleAttributeResolver;

View file

@ -8,9 +8,12 @@
*/
package org.eclipse.xtext.ide.server;
import org.eclipse.lsp4j.jsonrpc.services.JsonNotification;
import org.eclipse.lsp4j.jsonrpc.services.JsonRequest;
/**
* Interface for language specific extensions to LSP. Implementors should use {@link JsonRpcNotification} and {@link
* JsonRpcRequest} annotations.
* Interface for language specific extensions to LSP. Implementors should use {@link JsonNotification} and {@link
* JsonRequest} annotations.
*
* @author Sven Efftinge - Initial contribution and API
*/