We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401b9ef commit fb25a20Copy full SHA for fb25a20
docs/oauth-2.0.md
@@ -59,7 +59,7 @@ GoogleCredentials credentials =
59
60
Books books =
61
new Books.Builder(
62
- Gnew NetHttpTransport(),
+ new NetHttpTransport(),
63
GsonFactory.getDefaultInstance(),
64
new HttpCredentialsAdapter(credentials))
65
.setApplicationName("BooksExample/1.0")
0 commit comments