mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 02:09:38 +02: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…
Add table
Add a link
Reference in a new issue