提交 b3e01df0 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting, javadocs, speed up tests.

上级 2e761633
......@@ -83,7 +83,7 @@ public class FileLock implements Runnable {
* Whether the file is locked.
*/
private volatile boolean locked;
/**
* The number of milliseconds to sleep after checking a file.
*/
......
......@@ -220,7 +220,7 @@ public class ValueGeometry extends Value {
}
return 2;
}
/**
* Convert a Well-Known-Text to a Geometry object.
*
......
......@@ -75,7 +75,7 @@ public class TestOptimizations extends TestBase {
testConvertOrToIn();
deleteDb("optimizations");
}
private void testOrderByExpression() throws Exception {
Connection conn = getConnection("optimizations");
Statement stat = conn.createStatement();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论