Skip to content
Snippets Groups Projects
Commit 36053d45 authored by sebastian's avatar sebastian
Browse files

fixed syntax

parent f66b015f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import org.eclipse.lsp4j.MessageType ...@@ -8,7 +8,7 @@ import org.eclipse.lsp4j.MessageType
import org.eclipse.lsp4j.services.WorkspaceService import org.eclipse.lsp4j.services.WorkspaceService
class BWorkspaceService(private val server: Server, val communicator: Communicator) : WorkspaceService { class BWorkspaceService(private val server: Server, private val communicator: Communicator) : WorkspaceService {
/** /**
* The watched files notification is sent from the client to the server when * The watched files notification is sent from the client to the server when
* the client detects changes to file watched by the language client. * the client detects changes to file watched by the language client.
......
...@@ -2,7 +2,6 @@ package b.language.server.communication ...@@ -2,7 +2,6 @@ package b.language.server.communication
import org.eclipse.lsp4j.Diagnostic import org.eclipse.lsp4j.Diagnostic
import org.eclipse.lsp4j.MessageType import org.eclipse.lsp4j.MessageType
import org.eclipse.lsp4j.PublishDiagnosticsParams
/** /**
* Describes the basic functions used to communicate with the outside world * Describes the basic functions used to communicate with the outside world
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment