Skip to content

Commit de39170

Browse files
committed
Add missing import and run spotlessApply
1 parent 0836704 commit de39170

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/RegisteredCredential.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
import COSE.CoseException;
2828
import com.fasterxml.jackson.annotation.JsonCreator;
29+
import com.fasterxml.jackson.annotation.JsonIgnore;
2930
import com.fasterxml.jackson.annotation.JsonProperty;
3031
import com.yubico.webauthn.data.AttestedCredentialData;
3132
import com.yubico.webauthn.data.AuthenticatorAssertionResponse;

webauthn-server-core/src/main/java/com/yubico/webauthn/RegistrationResult.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public ByteArray getPublicKeyCose() {
270270

271271
/**
272272
* The public key of the created credential, as a {@link java.security.PublicKey} object.
273+
*
273274
* <p>Provided for convenience.
274275
*/
275276
@NonNull

0 commit comments

Comments
 (0)