Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto committed Feb 3, 2025
1 parent f8e8d9e commit 0bd4af3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ public Void visitTypeReference(HttpRequestBodyReference _typeReference) {
CodeBlock requestBodyGetter = CodeBlock.of("$L", "request");

if (clientGeneratorContext.getCustomConfig().inlinePathParameters()
// TODO(ajgateno): If we don't have this null check, we get a warning.
// Figure out if/when this can be null.
&& generatedWrappedRequest != null
&& generatedWrappedRequest.requestBodyGetter().isPresent()) {
if (generatedWrappedRequest.requestBodyGetter().get()
Expand Down

0 comments on commit 0bd4af3

Please sign in to comment.