Update Java templates to correctly close parenthesis (#17961)

* update java templates to correctly close parenthesis

* add closing parenthesis to missing java template
This commit is contained in:
Ross Bender
2024-02-26 01:24:31 -06:00
committed by GitHub
parent 4ba187a1a4
commit 22c52d358c
12 changed files with 53 additions and 53 deletions

View File

@@ -570,7 +570,7 @@ public class QueryApi {
/**
* Test query parameter(s)
* Test query parameter(s)
* @param queryObject (optional
* @param queryObject (optional)
* @return String
* @throws ApiException if fails to make API call
*/
@@ -582,7 +582,7 @@ public class QueryApi {
/**
* Test query parameter(s)
* Test query parameter(s)
* @param queryObject (optional
* @param queryObject (optional)
* @return ApiResponse<String>
* @throws ApiException if fails to make API call
*/
@@ -660,7 +660,7 @@ public class QueryApi {
/**
* Test query parameter(s)
* Test query parameter(s)
* @param queryObject (optional
* @param queryObject (optional)
* @return String
* @throws ApiException if fails to make API call
*/
@@ -672,7 +672,7 @@ public class QueryApi {
/**
* Test query parameter(s)
* Test query parameter(s)
* @param queryObject (optional
* @param queryObject (optional)
* @return ApiResponse<String>
* @throws ApiException if fails to make API call
*/