diff options
| author | Paul-Christian Volkmer | 2024-09-21 22:10:24 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-09-21 22:10:24 +0200 |
| commit | cc27edc544cec1b892e7c224aec9e6e42342aa39 (patch) | |
| tree | 3036b92f84a707d769782d63c2b018166623abf5 /src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java | |
| parent | 93215825f5c8aec0912d562b544f370cffe9cda7 (diff) | |
refactor: use package name following Java guidelines
Diffstat (limited to 'src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java')
| -rw-r--r-- | src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java b/src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java deleted file mode 100644 index f205554..0000000 --- a/src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java +++ /dev/null @@ -1,14 +0,0 @@ -package DNPM.services.systemtherapie; - -import de.itc.onkostar.api.Procedure; - -import java.util.Map; -import java.util.Optional; -import java.util.function.Function; - -/** - * Mapper um ein Systemtherapieformular in eine Optional-Map mit Prozedurwerten umzuwandeln - * - * @since 0.2.0 - */ -public interface ProzedurToProzedurwerteMapper extends Function<Procedure, Optional<Map<String, String>>> {} |
