Skip to content

Commit b12b821

Browse files
committed
removed invalid sequence from javadoc
1 parent e36885f commit b12b821

File tree

1 file changed

+0
-1
lines changed
  • client-v2/src/main/java/com/clickhouse/client/api

1 file changed

+0
-1
lines changed

client-v2/src/main/java/com/clickhouse/client/api/Client.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ public Builder useHTTPBasicAuth(boolean useBasicAuth) {
894894
* Sets additional information about calling application. This string will be passed to server as a client name.
895895
* In case of HTTP protocol it will be passed as a {@code User-Agent} header.
896896
* Warn: If custom value of User-Agent header is set it will override this value for HTTP transport
897-
* </br>
898897
* Client name is used by server to identify client application when investigating {@code system.query_log}. In case of HTTP
899898
* transport this value will be in the {@code system.query_log.http_user_agent} column. Currently only HTTP transport is used.
900899
*

0 commit comments

Comments
 (0)