[VIVO-1289] Fix “add a new item of this type”
This commit is contained in:
parent
b97ee8dd26
commit
2dd25a6e45
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ public class DefaultAddMissingIndividualFormGenerator implements EditConfigurati
|
||||||
return prefixes;
|
return prefixes;
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getN3ForName() {
|
protected String getN3ForName() {
|
||||||
return "?" + objectVarName + " rdfs:label ?name .";
|
return "?" + objectVarName + " rdfs:label ?name .";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue