Fixing error in old JSP
This commit is contained in:
parent
107c64dbf8
commit
363f5a6d2a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
String vitroNsProp = vreq.getParameter("vitroNsProp");
|
||||
|
||||
DataPropertyStatement dps = RdfLiteralHash.getPropertyStmtByHash(subject, predicateUri, dataHash, model);
|
||||
DataPropertyStatement dps = RdfLiteralHash.getPropertyStmtByHash(subject.getURI(), predicateUri, dataHash, model);
|
||||
|
||||
if( log.isDebugEnabled() ){
|
||||
log.debug("attempting to delete dataPropertyStatement: subjectURI <" + dps.getIndividualURI() +">");
|
||||
|
|
Loading…
Add table
Reference in a new issue