Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These warnings are fixed: ``` [WARNING] /kitodo-production/Kitodo/src/main/java/org/kitodo/production/services/command/KitodoScriptService.java:[404,21] non-varargs call of varargs method with inexact argument type for last parameter; [WARNING] /kitodo-production/Kitodo/src/main/java/org/kitodo/production/services/command/KitodoScriptService.java:[410,21] non-varargs call of varargs method with inexact argument type for last parameter; [WARNING] /kitodo-production/Kitodo/src/main/java/org/kitodo/production/services/command/KitodoScriptService.java:[426,21] non-varargs call of varargs method with inexact argument type for last parameter; ``` Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information