mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Check for symlinks when deleting directories. Allow Database.open()
and close() to throw IOExceptions as well as DatabaseExceptions.
This commit is contained in:
@@ -46,7 +46,7 @@ class H2Database extends JdbcDatabase {
|
||||
this.maxSize = maxSize;
|
||||
}
|
||||
|
||||
public void open(boolean resume) throws DbException {
|
||||
public void open(boolean resume) throws DbException, IOException {
|
||||
super.open(resume, home.getParentFile(), "org.h2.Driver");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user