mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-19 02:42:05 +01:00
Turn KeyLength method into val
This commit is contained in:
parent
4382c1f20e
commit
f8abb28a81
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