Skip to content

Commit

Permalink
Update components/http/okHttp/src/main/java/com/microsoft/kiota/http/…
Browse files Browse the repository at this point in the history
…KiotaClientFactory.java

Co-authored-by: Vincent Biret <[email protected]>
  • Loading branch information
raghucha and baywet authored Oct 8, 2024
1 parent c4fe774 commit 7bc0609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private KiotaClientFactory() {}
ParametersNameDecodingOption parametersNameDecodingOption = null;
HeadersInspectionOption headersInspectionHandlerOption = null;

for (RequestOption option : requestOptions) {
for (final RequestOption option : requestOptions) {
if (uriReplacementOption == null && option instanceof UrlReplaceHandlerOption) {
uriReplacementOption = (UrlReplaceHandlerOption) option;
} else if (retryHandlerOption == null && option instanceof RetryHandlerOption) {
Expand Down

0 comments on commit 7bc0609

Please sign in to comment.