Skip to content

Commit

Permalink
Ensure that retrofit body is not nullable (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele authored and cortinico committed Mar 13, 2019
1 parent 5aaf77e commit 74d2a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{#isBodyParam}}@retrofit2.http.Body {{paramName}}: {{{dataType}}}{{^required}}?{{/required}}{{/isBodyParam}}
{{#isBodyParam}}@retrofit2.http.Body {{paramName}}: {{{dataType}}}{{/isBodyParam}}

0 comments on commit 74d2a2b

Please sign in to comment.