Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 43b4447

Browse files
author
Peter Nied
committed
Merge pull request #11 from microsoftgraph/factory-doc
Fixing call to factory method (doesn't use `new`)
2 parents 439edff + 0237f63 commit 43b4447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For an example of authentication in a client application see the [MSGraph SDK An
4747
Once you have set the correct application Id and url, you must get a **GraphServiceClient** object to make requests against the service. The SDK will store the account information for you, but when a user logs on for the first time, it will invoke UI to get the user's account information.
4848

4949
```java
50-
final IClientConfig mCLientConfig = new DefaultClientConfig.createWithAuthenticationProvider(mAuthenticationProvider);
50+
final IClientConfig mCLientConfig = DefaultClientConfig.createWithAuthenticationProvider(mAuthenticationProvider);
5151

5252
final IGraphServiceClient mClient = new GraphServiceClient
5353
.Builder()

0 commit comments

Comments
 (0)