Skip to content

Commit e1f9fa8

Browse files
committed
Fix formatting
1 parent bf22e63 commit e1f9fa8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/apicatalog/did/key/jwk/package-info.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
* Provides support for expressing {@code did:key} verification methods in JSON
33
* Web Key (JWK) format.
44
*
5-
* <p>
65
* The {@code jwk} subpackage contains:
7-
* </p>
86
* <ul>
97
* <li>{@link com.apicatalog.did.key.jwk.DidKeyJwkMethodProvider} – a provider
108
* that maps supported {@code did:key} codecs to JWK representations.</li>

src/main/java/com/apicatalog/did/key/package-info.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Provides support for the {@code did:key} method.
33
*
4-
* <p>
54
* This package contains:
65
* <ul>
76
* <li>{@link com.apicatalog.did.key.DidKey} — an immutable representation of a
@@ -13,7 +12,6 @@
1312
* {@link com.apicatalog.did.document.DidVerificationMethod} instances from
1413
* {@link com.apicatalog.did.key.DidKey} identifiers.</li>
1514
* </ul>
16-
* </p>
1715
*
1816
* @see <a href="https://w3c-ccg.github.io/did-key-spec/">DID Key Method
1917
* Specification</a>

0 commit comments

Comments
 (0)