Skip to content

Commit 974f555

Browse files
author
Santiago Gonzalez
committed
Fix minor bug
1 parent a414ef0 commit 974f555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/aad/msal4j/TokenRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private HttpEvent createHttpEvent() throws MalformedURLException {
154154
return httpEvent;
155155
}
156156

157-
OAuthHttpRequest toOauthHttpRequest() throws SerializeException {
157+
OAuthHttpRequest toOauthHttpRequest() throws SerializeException, MalformedURLException {
158158

159159
if (requestAuthority.tokenEndpointUrl() == null) {
160160
throw new SerializeException("The endpoint URI is not specified");

0 commit comments

Comments
 (0)