mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +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.
|
* @param block function to apply to the subkey. Used to add binding signatures.
|
||||||
* @return this
|
* @return this
|
||||||
*/
|
*/
|
||||||
|
@Suppress("UNCHECKED_CAST")
|
||||||
@JvmOverloads
|
@JvmOverloads
|
||||||
fun addSubkey(
|
fun addSubkey(
|
||||||
type: KeyType,
|
type: KeyType,
|
||||||
|
|
Loading…
Reference in a new issue