Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
d2f34ec8
Commit
d2f34ec8
authored
Dec 03, 2014
by
yannick legoc
Browse files
Spy properties are accessible from PropertyDatabase
parent
72f55869
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fr/ill/ics/nscclient/dataprovider/PropertyDatabase.java
View file @
d2f34ec8
...
...
@@ -127,6 +127,15 @@ public class PropertyDatabase {
}
}
/**
*
* @param id
* @return
*/
public
Set
<
SpyPropertyDescriptor
>
getSpyPropertyDescriptors
(
int
servantId
)
{
return
spyPropertiesByServant
.
get
(
servantId
);
}
/**
*
* @param servantId
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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