提交 242e9ba6 authored 作者: Noel Grandin's avatar Noel Grandin

javadocs

上级 ab73da1e
......@@ -141,7 +141,7 @@ public interface SessionInterface extends Closeable {
boolean isRemote();
/**
* Set current schema.l
* Set current schema.
*
* @param schema the schema name
*/
......
......@@ -11,7 +11,6 @@ import java.util.ArrayList;
import java.util.Properties;
import java.util.TimerTask;
import java.util.concurrent.TimeUnit;
import org.h2.Driver;
import org.h2.engine.Constants;
import org.h2.store.fs.FilePathRec;
......@@ -597,7 +596,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
cipher = null;
// memory is a good match for multi-threaded, makes things happen
// faster, more change of exposing race conditions
// faster, more chance of exposing race conditions
memory = true;
multiThreaded = true;
test();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论