You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Templates/Android/extensions/EntityCollectionReferenceRequestBuilder.java.tt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
*
14
14
* @param requestUrl The request url
15
15
* @param client The service client
16
-
* @param options The options for this request
16
+
* @param requestOptions The options for this request
17
17
*/
18
-
public <#=TypeCollectionReferenceRequestBuilder(c)#>(final String requestUrl, final <#=IBaseClientType()#> client, final List<Option> options) {
19
-
super(requestUrl, client, options);
18
+
public <#=TypeCollectionReferenceRequestBuilder(c)#>(final String requestUrl, final <#=IBaseClientType()#> client, final List<Option> requestOptions) {
Copy file name to clipboardExpand all lines: Templates/Android/extensions/EntityCollectionWithReferencesRequestBuilder.java.tt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
*
14
14
* @param requestUrl The request url
15
15
* @param client The service client
16
-
* @param options The options for this request
16
+
* @param requestOptions The options for this request
17
17
*/
18
-
public <#=TypeCollectionWithReferencesRequestBuilder(c)#>(final String requestUrl, final <#=IBaseClientType()#> client, final List<Option> options) {
19
-
super(requestUrl, client, options);
18
+
public <#=TypeCollectionWithReferencesRequestBuilder(c)#>(final String requestUrl, final <#=IBaseClientType()#> client, final List<Option> requestOptions) {
0 commit comments