Skip to content

Commit 92c2ea8

Browse files
authored
Merge pull request #701 from microsoftgraph/jasonjoh-patch-1
Corrected example of creating GraphServiceClient
2 parents abbd75e + 2033417 commit 92c2ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For an example of how to get an authentication provider, see [choose a Microsoft
5858
After you have set the correct application ID and URL, you must get a **GraphServiceClient** object to make requests against the service. The SDK stores the account information for you, but when a user signs in for the first time, it invokes the UI to get the user's account information.
5959

6060
```java
61-
GraphServiceClient graphClient =
61+
GraphServiceClient<Request> graphClient =
6262
GraphServiceClient
6363
.builder()
6464
.authenticationProvider(authenticationProvider)

0 commit comments

Comments
 (0)