File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ public RelyingPartyBuilder origins(@NonNull Set<String> origins) {
593593 return this ;
594594 }
595595
596- public RelyingPartyBuilder origins (Optional <Set <String >> origins ) {
596+ public RelyingPartyBuilder origins (@ NonNull Optional <Set <String >> origins ) {
597597 this .origins = origins .orElse (null );
598598 return this ;
599599 }
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ public RelyingPartyV2Builder<C> origins(@NonNull Set<String> origins) {
568568 return this ;
569569 }
570570
571- public RelyingPartyV2Builder <C > origins (Optional <Set <String >> origins ) {
571+ public RelyingPartyV2Builder <C > origins (@ NonNull Optional <Set <String >> origins ) {
572572 this .origins = origins .orElse (null );
573573 return this ;
574574 }
You can’t perform that action at this time.
0 commit comments