1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-18 02:12:06 +01:00

Reformat arguments

This commit is contained in:
Paul Schaub 2021-09-13 19:36:03 +02:00
parent 21f424551b
commit 11ad6361f8

View file

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