mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 01:02:55 +00:00
chore: change constructor visibility
This commit is contained in:
@ -13,7 +13,7 @@ public abstract class AbstractTherapieplanService implements TherapieplanService
|
||||
|
||||
protected final FormService formService;
|
||||
|
||||
public AbstractTherapieplanService(final IOnkostarApi onkostarApi, final FormService formService) {
|
||||
protected AbstractTherapieplanService(final IOnkostarApi onkostarApi, final FormService formService) {
|
||||
this.onkostarApi = onkostarApi;
|
||||
this.formService = formService;
|
||||
}
|
||||
|
Reference in New Issue
Block a user