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

Formatting

上级 01744231
...@@ -285,7 +285,8 @@ public class DbSettings extends SettingsBase { ...@@ -285,7 +285,8 @@ public class DbSettings extends SettingsBase {
/** /**
* Database setting <code>REUSE_SPACE</code> (default: true).<br /> * Database setting <code>REUSE_SPACE</code> (default: true).<br />
* If disabled, all changes are appended to the database file, and existing * If disabled, all changes are appended to the database file, and existing
* content is never overwritten. This setting has no effect if the database is already open. * content is never overwritten. This setting has no effect if the database
* is already open.
*/ */
public final boolean reuseSpace = get("REUSE_SPACE", true); public final boolean reuseSpace = get("REUSE_SPACE", true);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论