We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9fc74 commit 32adfdeCopy full SHA for 32adfde
src/test/java/com/microsoft/graph/functional/TestBase.java
@@ -52,7 +52,7 @@ public void authenticateRequest(final IHttpRequest request) {
52
};
53
IClientConfig mClientConfig = DefaultClientConfig.createWithAuthenticationProvider(mAuthenticationProvider);
54
55
- graphClient = new GraphServiceClient.Builder().fromConfig(mClientConfig).buildClient();
+ graphClient = GraphServiceClient.builder().fromConfig(mClientConfig).buildClient();
56
}
57
catch (Exception e)
58
{
0 commit comments