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

@@ -427,7 +427,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
*/
@@ -439,7 +439,7 @@ public class QueryApi {
/**
* Test query parameter(s)
* Test query parameter(s)
* @param queryObject (optional
* @param queryObject (optional)
* @param additionalHeaders additionalHeaders for this call
* @return String
* @throws ApiException if fails to make API call
@@ -497,7 +497,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
*/
@@ -509,7 +509,7 @@ public class QueryApi {
/**
* Test query parameter(s)
* Test query parameter(s)
* @param queryObject (optional
* @param queryObject (optional)
* @param additionalHeaders additionalHeaders for this call
* @return String
* @throws ApiException if fails to make API call