Overcome Gedcom.getSubmitter()
michelesalvador opened this issue · 1 comments
michelesalvador commented
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:
- Method
Gedcom.getSubmitter()
should be removed, or at least deprecated. - In
Header
there are a couple of comments recommending to useGedcom.getSubmitter
, and they should be removed.
stoicflame commented
Fair enough. I'm happy to merge a pull request.