Skip to content

Commit

Permalink
Change controller service to controller server in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hptruong93 committed Jun 24, 2018
1 parent bc15ea7 commit 5e41e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ipc/IPCServiceName.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import core.languageHandler.Language;

public enum IPCServiceName {
CONTROLLER_SERVER(0, "controller_service"),
CONTROLLER_SERVER(0, "controller_server"),
PYTHON(1, Language.PYTHON.toString()),
CSHARP(2, Language.CSHARP.toString()),
SCALA(3, Language.SCALA.toString()),
Expand Down

0 comments on commit 5e41e9a

Please sign in to comment.