mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
Suppress unchecked cast warning
This commit is contained in:
parent
dd0c3f10c5
commit
3f518eb1e0
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ internal constructor(
|
|||
* @param block function to apply to the subkey. Used to add binding signatures.
|
||||
* @return this
|
||||
*/
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
@JvmOverloads
|
||||
fun addSubkey(
|
||||
type: KeyType,
|
||||
|
|
Loading…
Reference in a new issue