Skip to content

Commit

Permalink
chore: fix comments (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored Jan 9, 2024
1 parent 664af5f commit 67cb71a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ public Builder(List<Endpoint> endpoints, String database) {
* set it, there will be a default implementation, which you can reconfigure
* if the default implementation is not satisfied.
* <p>
* 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 67cb71a

Please sign in to comment.