DetachedVerifyExternal: Make certs set final

This commit is contained in:
Paul Schaub 2023-04-26 16:23:18 +02:00
parent 790d80ec29
commit 0aabfac695
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class DetachedVerifyExternal implements DetachedVerify {
private final List<String> commandList = new ArrayList<>();
private final List<String> envList;
private Set<InputStream> certs = new HashSet<>();
private final Set<InputStream> certs = new HashSet<>();
private InputStream signatures;
private int certCounter = 0;