fmidev / fmi-avi-messageconverter-iwxxm

Conversion module for aviation IWXXM messages
MIT License
7 stars 5 forks source link

Unify creation of DocumentBuilderFactory #98

Open petringo opened 3 years ago

petringo commented 3 years ago

Deduplicate creation of DocumentBuilderFactory: instead of constructing and configuring it in multiple places use a single code for the task.

Secondly, inspect whether the factory could be safely shared between classes.