frizbog / gedcom4j

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

Custom tags are not actually emitted in GedcomWriter emitCustomTags #89

Closed dchervov closed 8 years ago

dchervov commented 8 years ago

Custom tags are written into a StringBuilder, but StringBuilder result is never used. Apparently, lines.add(line.toString()); is missing.

frizbog commented 8 years ago

Well that's embarrassing. Fixing now.

frizbog commented 8 years ago

Fixed in 2.2.4-SNAPSHOT build 83

frizbog commented 8 years ago

2.2.4 Released to Maven Central and on gedcom4j.org