FamilySearch / gedcom5-java

Gedcom parsers
Apache License 2.0
68 stars 41 forks source link

#4: getSubmitters can no longer return null #5

Closed michelesalvador closed 6 years ago

michelesalvador commented 6 years ago

Gedcom.getSubmitters() now returns Collections.<Submitter>emptyList() instead of null.

stoicflame commented 6 years ago

1.10.0 has been released with this fix.