needed access to rdfservice in nyccsc
This commit is contained in:
parent
5a54fa171b
commit
05fe47e50a
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ public class ContextNodeFields implements DocumentModifier, ContextModelsUser{
|
|||
protected List<String> queries = new ArrayList<String>();
|
||||
protected boolean shutdown = false;
|
||||
protected Log log = LogFactory.getLog(ContextNodeFields.class);
|
||||
|
||||
private RDFService rdfService;
|
||||
//Subclasses may want to utilize rdfService directly (for example, to execute queries that yielding multiple variables mapped to different fields)
|
||||
protected RDFService rdfService;
|
||||
|
||||
@Override
|
||||
public void setContextModels(ContextModelAccess models) {
|
||||
|
|
Loading…
Add table
Reference in a new issue