Skip to content

Commit

Permalink
Use new builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Avery-Dunn committed Jun 26, 2024
1 parent 5f6c2e0 commit bb11b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public interface IAuthenticationResult extends Serializable {
* @return various metadata relating to this authentication result
*/
default AuthenticationResultMetadata metadata() {
return new AuthenticationResultMetadata();
return AuthenticationResultMetadata.builder().build();
}
}

0 comments on commit bb11b01

Please sign in to comment.