From 67cb71afb55a1ac78053acde8dbdacb46104d435 Mon Sep 17 00:00:00 2001 From: JeremyHi Date: Tue, 9 Jan 2024 19:17:41 +0800 Subject: [PATCH] chore: fix comments (#18) --- .../src/main/java/io/greptime/options/GreptimeOptions.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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