mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
modular-architecture.md: make SLF4J uppercase
According to https://www.slf4j.org/, this is the correct spelling.
This commit is contained in:
parent
e7545cafe3
commit
1090649211
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ flowchart TD
|
|||
CORE --> G[Guava]
|
||||
CORE --> BC[Bouncy Castle]
|
||||
CORE --> P[ProtoBuf]
|
||||
CORE .-> S[slf4j]
|
||||
CORE .-> S[SLF4J]
|
||||
CORE .-> A[jcip-annotations]
|
||||
|
||||
classDef external fill:#999;
|
||||
|
@ -52,7 +52,7 @@ flowchart TD
|
|||
CORE --> G[Guava]
|
||||
CORE --> P[ProtoBuf]
|
||||
CORE --> BC[Bouncy Castle]
|
||||
CORE .-> S[slf4j]
|
||||
CORE .-> S[SLF4J]
|
||||
CORE .-> A[jcip-annotations]
|
||||
|
||||
classDef external fill:#999;
|
||||
|
@ -87,7 +87,7 @@ flowchart TD
|
|||
SECPBC --> BC[Bouncy Castle]
|
||||
SECPFFM --> SECPC[libsecp256k1]
|
||||
CORE --> P[ProtoBuf]
|
||||
BASE .-> S[slf4j]
|
||||
BASE .-> S[SLF4J]
|
||||
BASE .-> JS[JSpecify]
|
||||
|
||||
classDef external fill:#999;
|
||||
|
@ -124,7 +124,7 @@ flowchart TD
|
|||
end
|
||||
CORE --> BASE
|
||||
CORE --> SECP
|
||||
BASE .-> S[slf4j]
|
||||
BASE .-> S[SLF4J]
|
||||
BASE .-> JS[JSpecify]
|
||||
SECP[secp-api] .-> SECPFFM[secp-ffm]
|
||||
SECP .-> SECPBOUNCY[secp-bouncy]
|
||||
|
|
Loading…
Add table
Reference in a new issue