kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
63 stars 63 forks source link

Fix some compiler warnings #6148

Closed stweil closed 1 month ago

stweil commented 2 months ago

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;