Skip to content

Commit 2324d28

Browse files
committed
- fixes javadoc to document the right return type
1 parent ac7e17b commit 2324d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Templates/Java/requests_extensions/IBaseEntityCollectionWithReferencesRequestBuilder.java.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ import <#=importNamespace#>.http.IHttpRequest;
1818
* Creates the request
1919
*
2020
* @param requestOptions the options for this request
21-
* @return the IUserRequest instance
21+
* @return the <#=c.ITypeCollectionWithReferencesRequest()#> instance
2222
*/
2323
<#=c.ITypeCollectionWithReferencesRequest()#> buildRequest(final com.microsoft.graph.options.Option... requestOptions);
2424

2525
/**
2626
* Creates the request
2727
*
2828
* @param requestOptions the options for this request
29-
* @return the IUserRequest instance
29+
* @return the <#=c.ITypeCollectionWithReferencesRequest()#> instance
3030
*/
3131
<#=c.ITypeCollectionWithReferencesRequest()#> buildRequest(final java.util.List<? extends <#=importNamespace#>.options.Option> requestOptions);
3232

0 commit comments

Comments
 (0)