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

Removed un-needed conditional #28

Closed jhourani closed 12 years ago

jhourani commented 12 years ago

The method was returning null in either case. This is not necessary so I just returned null once.

JamesMcMahon commented 12 years ago

Looks good