Fixded PMD

This commit is contained in:
Timo Bejan 2022-01-27 11:19:57 +02:00
parent 19b8bb7aa7
commit a2066533e2

View File

@ -32,8 +32,6 @@ public class ExcludeFromAnalysisService {
public void toggleAutomaticAnalysis(String dossierId, String fileId, boolean excludedFromAutomaticAnalysis) {
var status = fileStatusService.getStatus(fileId);
// toggle status
fileStatusService.toggleAutomaticAnalysis(fileId, excludedFromAutomaticAnalysis);