mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +01:00
Make WebOfTrust.LOGGER static
This commit is contained in:
parent
72b68ad7e9
commit
d2c768ab86
1 changed files with 4 additions and 1 deletions
|
@ -134,7 +134,10 @@ class WebOfTrust(private val certificateStore: PGPCertificateStore) {
|
|||
private val policy: Policy,
|
||||
private val referenceTime: ReferenceTime) {
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
private val LOGGER = LoggerFactory.getLogger(NetworkBuilder::class.java)
|
||||
}
|
||||
|
||||
// certificates keyed by fingerprint
|
||||
private val byFingerprint: MutableMap<Fingerprint, KeyRingInfo> = HashMap()
|
||||
|
|
Loading…
Reference in a new issue