frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
53 stars 36 forks source link

Class CustomFact shouldn't contain CustomFacts #204

Closed topperduke closed 3 years ago

topperduke commented 3 years ago

Class CustomFact extends AbstractNotesElement which extends AbstractElement which contains a List.

topperduke commented 3 years ago

I see now that this is deliberate per comment in source: "All other substructures [besides dates, places, etc.] are treated as further CustomFacts."