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) {
593
593
return this ;
594
594
}
595
595
596
- public RelyingPartyBuilder origins (Optional <Set <String >> origins ) {
596
+ public RelyingPartyBuilder origins (@ NonNull Optional <Set <String >> origins ) {
597
597
this .origins = origins .orElse (null );
598
598
return this ;
599
599
}
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ public RelyingPartyV2Builder<C> origins(@NonNull Set<String> origins) {
568
568
return this ;
569
569
}
570
570
571
- public RelyingPartyV2Builder <C > origins (Optional <Set <String >> origins ) {
571
+ public RelyingPartyV2Builder <C > origins (@ NonNull Optional <Set <String >> origins ) {
572
572
this .origins = origins .orElse (null );
573
573
return this ;
574
574
}
You can’t perform that action at this time.
0 commit comments