NIHVIVO-1332 Editing link for rdfs:label
This commit is contained in:
parent
cbda8cb95f
commit
50edcb5bbf
9 changed files with 95 additions and 60 deletions
|
@ -58,7 +58,7 @@
|
|||
String command = vreq.getParameter("cmd");
|
||||
|
||||
String vitroNsProp = (String) vreq.getParameter("vitroNsProp");
|
||||
boolean isVitroNsProp = (vitroNsProp != null && vitroNsProp.equals("true")) ? true : false;
|
||||
boolean isVitroNsProp = "true".equals(vitroNsProp) ? true : false;
|
||||
|
||||
if( subjectUri == null || subjectUri.trim().length() == 0 ) {
|
||||
log.error("required subjectUri parameter missing");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue