119120121122123124125126127
} } } if (scope != null) { inmgr.addInputProvider(new OntologyManagerInputProvider(onm, sessionManager, scope, session)); } return inmgr; }
479480481482483484485486487488489
} } } if (scope != null) { inmgr.addInputProvider(new OntologyManagerInputProvider(onm, sessionManager, scope, session)); this.parameters.remove("scope"); this.parameters.remove("session"); } return inmgr; }