Fixing JSP compile error.

This commit is contained in:
bdc34 2011-03-14 15:47:11 +00:00
parent 801d789696
commit a5537f6411

View file

@ -318,7 +318,7 @@ are well formed.
// get the model to write to here in case a preprocessor has switched the write layer
OntModel writeModel = editConfig.getWriteModelSelector().getModel(request,application);
String editorUri = EditN3Utils.getEditorUri(vreq,session,application);
String editorUri = EditN3Utils.getEditorUri(vreq);
Lock lock = null;
try{
lock = writeModel.getLock();