medizininformatik-initiative / feasibility-backend

Backend of the feasibility-gui.
Apache License 2.0
2 stars 4 forks source link

Convert RandomSiteNameGenerator to interface #185

Closed michael-82 closed 1 year ago

michael-82 commented 1 year ago

de.numcodex.feasibility_gui_backend.query.result.RandomSiteNameGenerator is a class with only a static method and shall thus not be instantiated. Can be converted to an interface.