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
a9dd7bc7
Commit
a9dd7bc7
authored
Mar 10, 2016
by
helene ortiz
Browse files
Bang ! big-bug
parent
456a198c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/core/command/CommandManager.java
View file @
a9dd7bc7
...
...
@@ -60,7 +60,7 @@ public class CommandManager {
if
(
controller
instanceof
CorbaServant
)
{
servantId
=
((
CorbaServant
)
controller
).
getId
();
}
else
{
servantId
=
((
AtomicCommandWrapper
)
controller
).
getId
();
servantId
=
((
AtomicCommandWrapper
)
controller
).
get
Servant
Id
();
}
// Create a new command if it doesn't already exist or just retrieve it from the Map
...
...
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