We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88984c commit 50832cfCopy full SHA for 50832cf
src/main/java/org/scijava/script/DefaultScriptService.java
@@ -296,7 +296,7 @@ public Collection<ScriptInfo> get() {
296
{
297
// NB: Add service type aliases after all services have joined the context.
298
for (final Service service : getContext().getServiceIndex()) {
299
- addAliases(aliasMap, service.getClass());
+ addAliases(aliasMap(), service.getClass());
300
}
301
302
0 commit comments