提交 b33a15bb authored 作者: mehneni's avatar mehneni

Formatting

上级 1bc0ac96
......@@ -5,14 +5,15 @@
*/
package org.h2.test.jdbc;
import org.h2.api.ErrorCode;
import org.h2.test.TestBase;
import java.sql.Connection;
import java.sql.SQLClientInfoException;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Properties;
import org.h2.api.ErrorCode;
import org.h2.test.TestBase;
/**
* Tests the client info
......@@ -63,7 +64,7 @@ public class TestConnection extends TestBase {
String numServersPropertyName = "numServers";
String numServers = conn.getClientInfo(numServersPropertyName);
String numServers = conn.getClientInfo(numServersPropertyName);
conn.setClientInfo(numServersPropertyName, numServers);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论