Skip to content

Commit bb11b01

Browse files
committed
Use new builder
1 parent 5f6c2e0 commit bb11b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/IAuthenticationResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ public interface IAuthenticationResult extends Serializable {
4949
* @return various metadata relating to this authentication result
5050
*/
5151
default AuthenticationResultMetadata metadata() {
52-
return new AuthenticationResultMetadata();
52+
return AuthenticationResultMetadata.builder().build();
5353
}
5454
}

0 commit comments

Comments
 (0)