Do not call static method of super class

This commit is contained in:
Paul Schaub 2024-03-08 11:27:25 +01:00
parent 1a80a2f31a
commit 42516d53b8
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ class PrimaryKeyBuilderV4 internal constructor(keyPair: PGPKeyPair, builder: Def
}
}
override fun fromTemplate(): OpenPgpV4KeyTemplates = OpenPgpKeyTemplates.v4()
override fun fromTemplate(): OpenPgpV4KeyTemplates = OpenPgpV4KeyTemplates()
}
}