Fixing JSP compile error.
This commit is contained in:
parent
801d789696
commit
a5537f6411
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ are well formed.
|
||||||
// get the model to write to here in case a preprocessor has switched the write layer
|
// get the model to write to here in case a preprocessor has switched the write layer
|
||||||
OntModel writeModel = editConfig.getWriteModelSelector().getModel(request,application);
|
OntModel writeModel = editConfig.getWriteModelSelector().getModel(request,application);
|
||||||
|
|
||||||
String editorUri = EditN3Utils.getEditorUri(vreq,session,application);
|
String editorUri = EditN3Utils.getEditorUri(vreq);
|
||||||
Lock lock = null;
|
Lock lock = null;
|
||||||
try{
|
try{
|
||||||
lock = writeModel.getLock();
|
lock = writeModel.getLock();
|
||||||
|
|
Loading…
Add table
Reference in a new issue