fixed broken javadoc

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2020-05-04 17:39:44 +02:00
parent b15fd84cfe
commit ecdd5659ea
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
*/