Skip to content

Commit 99b295a

Browse files
reverting docstring
1 parent 13deac7 commit 99b295a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • modules/openapi-generator/src/main/resources/Java/libraries/native
  • samples/client

modules/openapi-generator/src/main/resources/Java/libraries/native/ApiClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public class ApiClient {
345345
* request builder is passed into this function for further modification,
346346
* after which it is sent out.</p>
347347
*
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>
349349
*
350350
* @param interceptor A function invoked before creating each request. A value
351351
* of null resets the interceptor to a no-op.

samples/client/echo_api/java/native/src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public ApiClient setScheme(String scheme){
334334
* request builder is passed into this function for further modification,
335335
* after which it is sent out.</p>
336336
*
337-
*
337+
*<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>
338338
*
339339
* @param interceptor A function invoked before creating each request. A value
340340
* of null resets the interceptor to a no-op.

samples/client/petstore/java/native-async/src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public ApiClient setScheme(String scheme){
334334
* request builder is passed into this function for further modification,
335335
* after which it is sent out.</p>
336336
*
337-
*
337+
*<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>
338338
*
339339
* @param interceptor A function invoked before creating each request. A value
340340
* of null resets the interceptor to a no-op.

samples/client/petstore/java/native-jakarta/src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public ApiClient setScheme(String scheme){
334334
* request builder is passed into this function for further modification,
335335
* after which it is sent out.</p>
336336
*
337-
*
337+
*<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>
338338
*
339339
* @param interceptor A function invoked before creating each request. A value
340340
* of null resets the interceptor to a no-op.

samples/client/petstore/java/native-useGzipFeature/src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public ApiClient setScheme(String scheme){
334334
* request builder is passed into this function for further modification,
335335
* after which it is sent out.</p>
336336
*
337-
*
337+
*<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>
338338
*
339339
* @param interceptor A function invoked before creating each request. A value
340340
* of null resets the interceptor to a no-op.

samples/client/petstore/java/native/src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public ApiClient setScheme(String scheme){
334334
* request builder is passed into this function for further modification,
335335
* after which it is sent out.</p>
336336
*
337-
*
337+
*<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>
338338
*
339339
* @param interceptor A function invoked before creating each request. A value
340340
* of null resets the interceptor to a no-op.

0 commit comments

Comments
 (0)