Skip to content

Commit 778dba8

Browse files
committed
Rename LSP4J Server
1 parent e814a53 commit 778dba8

File tree

1 file changed

+3
-3
lines changed
  • framework/execution_framework/pomfirst/org.eclipse.gemoc.executionframework.mep/src/main/java/org/eclipse/gemoc/executionframework/mep/launch

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
import org.eclipse.lsp4j.jsonrpc.messages.ResponseError;
5454
import org.eclipse.lsp4j.jsonrpc.services.ServiceEndpoints;
5555

56-
abstract public class GemocMEPServerImpl implements IModelExecutionProtocolServer, Endpoint, JsonRpcMethodProvider, ModelExecutionClientAware, IMEPEventListener {
56+
abstract public class MEPServerLSP4J implements IModelExecutionProtocolServer, Endpoint, JsonRpcMethodProvider, ModelExecutionClientAware, IMEPEventListener {
5757

58-
private static final Logger LOG = Logger.getLogger(GemocMEPServerImpl.class);
58+
private static final Logger LOG = Logger.getLogger(MEPServerLSP4J.class);
5959

6060
private Map<String, JsonRpcMethod> supportedMethods;
6161

@@ -70,7 +70,7 @@ abstract public class GemocMEPServerImpl implements IModelExecutionProtocolServe
7070
protected MEPLauncherParameters launcherParameters = null;
7171
protected Breakpoint[] breakpoints = new Breakpoint[0];
7272

73-
public GemocMEPServerImpl(IMEPEngine mepEngine) {
73+
public MEPServerLSP4J(IMEPEngine mepEngine) {
7474
this.mepEngine = mepEngine;
7575
this.mepEngine.addMEPEventListener(this);
7676
}

0 commit comments

Comments
 (0)