making method public to allow access from different generator
This commit is contained in:
parent
7a8d5d9d17
commit
09e5504a2a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class AddAuthorsToInformationResourceGenerator extends VivoBaseGenerator
|
||||||
|
|
||||||
//first name, middle name, last name, and new perseon for new author being created, and n3 for existing person
|
//first name, middle name, last name, and new perseon for new author being created, and n3 for existing person
|
||||||
//if existing person selected as author
|
//if existing person selected as author
|
||||||
private List<String> generateN3Optional() {
|
public List<String> generateN3Optional() {
|
||||||
return list(
|
return list(
|
||||||
getN3NewPersonFirstName() ,
|
getN3NewPersonFirstName() ,
|
||||||
getN3NewPersonMiddleName(),
|
getN3NewPersonMiddleName(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue