[VIVO-1289] Fix “add a new item of this type”
This commit is contained in:
parent
03550cc220
commit
8ee3e1e74f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class VIVODefaultAddMissingIndividualFormGenerator extends DefaultAddMiss
|
|||
return prefixStrings;
|
||||
}
|
||||
|
||||
private String getN3ForName() {
|
||||
protected String getN3ForName() {
|
||||
return "?" + objectVarName + " rdfs:label ?label .";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue