mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-05 02:22:54 +00:00
refactor: use package name following Java guidelines
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package dev.dnpm.services.strahlentherapie;
|
||||
|
||||
import dev.dnpm.services.TherapieMitEcogService;
|
||||
|
||||
/**
|
||||
* Service für Systemtherapieformulare
|
||||
*
|
||||
* @since 0.6.0
|
||||
*/
|
||||
public interface StrahlentherapieService extends TherapieMitEcogService {}
|
Reference in New Issue
Block a user