mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1471 from eclipse/cd_fixjavadoc
fixed broken javadoc
This commit is contained in:
commit
59d0234347
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue