Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
408c0a02
Commit
408c0a02
authored
May 03, 2017
by
Locatelli
Browse files
Missed DataChangeSubscriber init
parent
64edb978
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/nscclient/sessionmanagement/ServerSessionManager.java
View file @
408c0a02
...
...
@@ -116,6 +116,7 @@ public class ServerSessionManager {
}
// initialise DataAccessor
DataChangeSubscriber
.
getInstance
(
serverId
).
init
();
DataAccessor
.
getInstance
(
serverId
).
init
();
ServantManagerAccessor
.
getInstance
(
serverId
).
init
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment