File tree 1 file changed +2
-2
lines changed
org.knime.scijava.scripting.base/src/org/knime/scijava/scripting/base
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
import org .knime .scijava .commands .mapping .ColumnModuleItemMappingService ;
15
15
import org .knime .scijava .commands .settings .NodeSettingsService ;
16
16
import org .knime .scijava .commands .widget .KNIMEWidgetService ;
17
- import org .knime .scijava .core .DelegateableContext ;
17
+ import org .knime .scijava .core .SubContext ;
18
18
import org .knime .scijava .core .ResourceAwareClassLoader ;
19
19
import org .knime .scijava .core .pluginindex .ReusablePluginIndex ;
20
20
import org .knime .scijava .scripting .parameters .ParameterCodeGeneratorService ;
@@ -111,7 +111,7 @@ public static synchronized ScriptingGateway get() {
111
111
* @return the created context
112
112
*/
113
113
public Context createContext () {
114
- final Context context = new DelegateableContext (getGlobalContext (),
114
+ final Context context = new SubContext (getGlobalContext (),
115
115
requiredServices , m_pluginIndex );
116
116
117
117
/* Make sure custom plugins have been added */
You can’t perform that action at this time.
0 commit comments