Fix a compile error introduced by r.7579

This commit is contained in:
jeb228 2011-03-14 16:01:47 +00:00
parent a5537f6411
commit 4552f2182b

View file

@ -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);