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

Formatting, javadocs, speed up tests.

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