Skip to content

Commit eea816f

Browse files
committed
- adds missing javadoc comment
1 parent 36b2da5 commit eea816f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/microsoft/graph/requests/GraphServiceClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ public static Builder<OkHttpClient, Request> builder() {
140140
*
141141
* @param <nativeClient> the type of the native http client
142142
* @param <nativeRequest> the type of the native http request
143+
* @param nativeClientClass the class of the native http client
144+
* @param nativeRequestClass the class of the native http request
143145
* @return builder to start configuring the client
144146
*/
145147
@Nonnull

0 commit comments

Comments
 (0)