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: modules/openapi-generator/src/main/resources/Java/libraries/native/ApiClient.mustache
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ public class ApiClient {
345
345
* request builder is passed into this function for further modification,
346
346
* after which it is sent out.</p>
347
347
*
348
-
*{{#useUnaryInterceptor}} <p>This is useful for altering the requests in a custom manner, such as adding headers. It could also be used for logging and monitoring.</p>{{/useUnaryInterceptor}}
348
+
*<p>This is useful for altering the requests in a custom manner, such as adding headers. It could also be used for logging and monitoring.</p>
349
349
*
350
350
* @param interceptor A function invoked before creating each request. A value
0 commit comments