提交 06eff7dd authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 0cd0c6ca
...@@ -614,8 +614,11 @@ public class Database implements DataHandler { ...@@ -614,8 +614,11 @@ public class Database implements DataHandler {
fileLockMethod == FileLock.LOCK_FS || fileLockMethod == FileLock.LOCK_FS ||
!persistent) { !persistent) {
throw DbException.getUnsupportedException( throw DbException.getUnsupportedException(
"autoServerMode && (readOnly || fileLockMethod == NO" + "autoServerMode && (readOnly || " +
" || fileLockMethod == SERIALIZED || fileLockMethod == FS || inMemory)"); "fileLockMethod == NO || " +
"fileLockMethod == SERIALIZED || " +
"fileLockMethod == FS || " +
"inMemory)");
} }
} }
String lockFileName = databaseName + Constants.SUFFIX_LOCK_FILE; String lockFileName = databaseName + Constants.SUFFIX_LOCK_FILE;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论