mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-14 20:59:39 +02: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 {
|
interface KeyLength {
|
||||||
|
|
||||||
fun getLength(): Int
|
val length: Int
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue