Skip to content

Commit 74d2a2b

Browse files
macisamuelecortinico
authored andcommitted
Ensure that retrofit body is not nullable (#20)
1 parent 5aaf77e commit 74d2a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{#isBodyParam}}@retrofit2.http.Body {{paramName}}: {{{dataType}}}{{^required}}?{{/required}}{{/isBodyParam}}
1+
{{#isBodyParam}}@retrofit2.http.Body {{paramName}}: {{{dataType}}}{{/isBodyParam}}

0 commit comments

Comments
 (0)