mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-14 00:12:06 +01:00
Turn KeyLength method into val
This commit is contained in:
parent
5ed5016675
commit
355c839ca5
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ package org.pgpainless.key.generation.type
|
|||
|
||||
interface KeyLength {
|
||||
|
||||
fun getLength(): Int
|
||||
val length: Int
|
||||
}
|
Loading…
Reference in a new issue