mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-04 18:12:55 +00:00
Alternative Implementierung des Mappings Prozedur zu Protokollauszug
Diese Implementierung basiert auf der Zuordnung zum Formularnamen. Unbekannte Formulare werden zum leeren String gemappt.
This commit is contained in:
@ -38,8 +38,8 @@ public class PluginConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
public MtbService mtbService(final SettingsService settingsService) {
|
||||
return new DefaultMtbService(settingsService);
|
||||
public MtbService mtbService() {
|
||||
return new DefaultMtbService();
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
Reference in New Issue
Block a user