Fix a compile error introduced by r.7579
This commit is contained in:
parent
a5537f6411
commit
4552f2182b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
VitroRequest vreq = new VitroRequest(request);
|
VitroRequest vreq = new VitroRequest(request);
|
||||||
WebappDaoFactory wdf = vreq.getWebappDaoFactory();
|
WebappDaoFactory wdf = vreq.getWebappDaoFactory();
|
||||||
String editorUri = EditN3Utils.getEditorUri();
|
String editorUri = EditN3Utils.getEditorUri(vreq);
|
||||||
wdf = wdf.getUserAwareDaoFactory(editorUri);
|
wdf = wdf.getUserAwareDaoFactory(editorUri);
|
||||||
|
|
||||||
DataProperty prop = wdf.getDataPropertyDao().getDataPropertyByURI(predicateUri);
|
DataProperty prop = wdf.getDataPropertyDao().getDataPropertyByURI(predicateUri);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue