frizbog / gedcom4j

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

Incorrect class extension for Individual? #203

Open topperduke opened 3 years ago

topperduke commented 3 years ago

Seems like class Individual should subclass AbstractNotesElement rather than AbstractAddressableElement, if only because AbstractAddressableElement is a superclass of attributes and events. If not, did you have any particular reason for this subclassing?