[VIVO-1289] Fix “add a new item of this type”

This commit is contained in:
Graham Triggs 2016-11-14 19:09:45 +00:00
parent 03550cc220
commit 8ee3e1e74f

View file

@ -39,7 +39,7 @@ public class VIVODefaultAddMissingIndividualFormGenerator extends DefaultAddMiss
return prefixStrings;
}
private String getN3ForName() {
protected String getN3ForName() {
return "?" + objectVarName + " rdfs:label ?label .";
}