Skip to content

Commit ee5fee8

Browse files
committed
minor fixes
1 parent 14b3220 commit ee5fee8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ plugins {
1212
description = 'Generic mapping service supporting different mapping implementations.'
1313
group = 'edu.kit.datamanager'
1414
version = '1.0'
15-
//sourceCompatibility = 17
16-
//targetCompatibility = 17
1715

1816
println "Building ${name} version: ${version}"
1917

src/main/java/edu/kit/datamanager/mappingservice/web/impl/MappingExecutionController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import java.util.Optional;
4242

4343
/**
44-
* Controller for managing mapping files.
44+
* Controller for executing document mappings
4545
*/
4646
@Controller
4747
@RequestMapping(value = "/api/v1/mappingExecution")

0 commit comments

Comments
 (0)