diff --git a/ingester-protocol/src/main/java/io/greptime/options/GreptimeOptions.java b/ingester-protocol/src/main/java/io/greptime/options/GreptimeOptions.java index 991b7c0..9a3ff81 100644 --- a/ingester-protocol/src/main/java/io/greptime/options/GreptimeOptions.java +++ b/ingester-protocol/src/main/java/io/greptime/options/GreptimeOptions.java @@ -168,7 +168,8 @@ public Builder(List endpoints, String database) { * set it, there will be a default implementation, which you can reconfigure * if the default implementation is not satisfied. *

- * Note: We do not close it to free resources, as we view it as shared. + * Note: We do not close it to free resources(if it needs to be closed), as we + * view it as shared. * * @param asyncPool async thread pool * @return this builder @@ -267,7 +268,7 @@ public Builder authInfo(AuthInfo authInfo) { } /** - * Sets the request router, The internal default implementation works well. + * Sets the request router. The internal default implementation works well. * You don't need to set it unless you have special requirements. * * @param router the request router