1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-14 16:32:06 +01:00

Turn KeyLength method into val

This commit is contained in:
Paul Schaub 2023-09-07 15:14:00 +02:00
parent 5ed5016675
commit 355c839ca5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -6,5 +6,5 @@ package org.pgpainless.key.generation.type
interface KeyLength { interface KeyLength {
fun getLength(): Int val length: Int
} }