OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

Addresses issue #24, DocumentConverter #33

Closed jhourani closed 12 years ago

jhourani commented 12 years ago

Added code in InternalAnnotationDefinition.java to check for null values for description and usage. If a null value is found, it is given an empty string instead. This way it is not treated as null by the JAXB converter.