File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Templates/Java/requests_extensions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments