AtlasOfLivingAustralia / ala-namematching-service

Service for ALA name matching to aid pipelines integration
Other
1 stars 4 forks source link

Add static keyword to class initialisers #58

Closed charvolant closed 1 year ago

charvolant commented 1 year ago

Due to an egregious oversight by yours truly, class initialiser code in classes do not have a static keyword, meaning that they initialise with every instance creation.

charvolant commented 1 year ago

Fixed in PR #60