1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 01:02:55 +00:00

Benenne Paket 'forms' in 'analyzer' um

This commit is contained in:
2023-03-14 13:27:06 +01:00
parent a2cbb2331e
commit 4fe28cf433
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package DNPM.forms;
package DNPM.analyzer;
import de.itc.onkostar.api.Disease;
import de.itc.onkostar.api.IOnkostarApi;

View File

@ -1,4 +1,4 @@
package DNPM.forms;
package DNPM.analyzer;
import DNPM.services.FormService;
import de.itc.onkostar.api.Disease;

View File

@ -15,7 +15,7 @@
<bean id="ConsentManager" class="DNPM.ConsentManager" />
<context:component-scan base-package="ATCCodes" />
<context:component-scan base-package="DNPM.forms" />
<context:component-scan base-package="DNPM.analyzer" />
<context:component-scan base-package="DNPM.services" />
<mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />

View File

@ -1,4 +1,4 @@
package DNPM.forms;
package DNPM.analyzer;
import DNPM.services.FormService;
import de.itc.onkostar.api.IOnkostarApi;