FamilySearch / gedcom5-java

Gedcom parsers
Apache License 2.0
68 stars 41 forks source link

Overcome Gedcom.getSubmitter() #9

Closed michelesalvador closed 6 years ago

michelesalvador commented 6 years ago

Gedcom.getSubmitter() always returns the first submitter, and has now been replaced by Header.getSubmitter(Gedcom), that returns the correct submitter, which is not necessarily the first one.

I think there is still something to do about the task of multiple submitters:

stoicflame commented 6 years ago

Fair enough. I'm happy to merge a pull request.