提交 3a99da6f 编写于 作者: Z Zhengmao Zhu 提交者: gccgdb1234

docs: Update LineProtocolExample.java

看代码的时候发现注释有个小问题,毫秒的英文全称弄错了。
上级 b0b61e6f
......@@ -26,7 +26,7 @@ public class LineProtocolExample {
private static void createDatabase(Connection conn) throws SQLException {
try (Statement stmt = conn.createStatement()) {
// the default precision is ms (microsecond), but we use us(microsecond) here.
// the default precision is ms (milliseconds), but we use us(microsecond) here.
stmt.execute("CREATE DATABASE IF NOT EXISTS test PRECISION 'us'");
stmt.execute("USE test");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册