提交 97e3d952 authored 作者: noelgrandin's avatar noelgrandin

remove some dead semicolons and fix a javadoc

上级 900b5667
......@@ -1110,7 +1110,6 @@ public class MVStore {
* @return if there are any changes
*/
public boolean hasUnsavedChanges() {
;
// TODO maybe private; rename to hasUncommittedChanges
checkOpen();
......@@ -1689,7 +1688,6 @@ public class MVStore {
* Revert to the beginning of the current version.
*/
public void rollback() {
;
// TODO document and test
rollbackTo(currentVersion);
......@@ -1976,7 +1974,6 @@ public class MVStore {
* @param millis the maximum delay
*/
public void setWriteDelay(int millis) {
;
// TODO rename to commitDelay
if (writeDelay == millis) {
return;
......
......@@ -214,7 +214,7 @@ public class MVSpatialIndex extends BaseIndex implements SpatialIndex {
/**
* Get the row with the given index key.
*
* @param array the index key
* @param key the index key
* @return the row
*/
SearchRow getRow(SpatialKey key) {
......
......@@ -232,7 +232,6 @@ java org.h2.test.TestAll timer
*/
;
private static final boolean MV_STORE = true;
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论