Reformat arguments

This commit is contained in:
Paul Schaub 2021-09-13 19:36:03 +02:00
parent 21f424551b
commit 11ad6361f8
1 changed files with 1 additions and 4 deletions

View File

@ -77,10 +77,7 @@ public class KeySpecBuilder implements KeySpecBuilderInterface {
this.hashedSubPackets.setPreferredSymmetricAlgorithms(false, getPreferredSymmetricKeyAlgorithmIDs());
this.hashedSubPackets.setFeature(false, Feature.MODIFICATION_DETECTION.getFeatureId());
return new KeySpec(
KeySpecBuilder.this.type,
hashedSubPackets,
false);
return new KeySpec(type, hashedSubPackets, false);
}
private int[] getPreferredCompressionAlgorithmIDs() {