Skip to content

Commit 06aaaf8

Browse files
authored
Update README.md
toggled the last sentence of section 1 as comment. --> to be restored in the next release.
1 parent a52961c commit 06aaaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DBConnection conn = new DBConnection(false, false, false, false, false, true, Sq
7171

7272
Note: If the current session is no longer in use, Java API will automatically close the connection after a while. You can close the session by calling `close()` to release the connection. Otherwise, other sessions may be unable to connect to the server due to too many connections.
7373

74-
For a detailed example, you can refer to the [example directory](./example).
74+
<!-- For a detailed example, you can refer to the [example directory](./example). -->
7575

7676
## 2. Establish DolphinDB Connection
7777

0 commit comments

Comments
 (0)