dasch-swiss / beol

Bernoulli-Euler OnLine
https://beol.dasch.swiss
GNU Affero General Public License v3.0
0 stars 1 forks source link

Handle parameters in abstract class #86

Closed tobiasschweizer closed 5 years ago

tobiasschweizer commented 5 years ago

This PR moves the handling of parameters to the abstract class BeolResource wherever possible. paramMap is used instead of the deprecated params.

closes #77