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
@@ -392,7 +392,7 @@ public class ApiClient {
392
392
* Set a custom async response interceptor. Use this interceptor when asyncNative is set to 'true'.
393
393
*
394
394
* <p>This is useful for logging, monitoring or extraction of header variables</p>
395
-
* <p>If you are using the UnaryInterceptor you can even manipulate the response to a certain degree</p>
395
+
*{{#useUnaryInterceptor}} <p>If you are using the UnaryInterceptor you can even manipulate the response to a certain degree</p>{{/useUnaryInterceptor}}
396
396
* @param interceptor A function invoked before creating each request. A value
0 commit comments