mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Transport properties client. #229
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.api.settings;
|
||||
|
||||
import org.briarproject.api.StringMap;
|
||||
|
||||
public class Settings extends StringMap {
|
||||
|
||||
private static final long serialVersionUID = 8439364293077111359L;
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
package org.briarproject.api.settings;
|
||||
|
||||
import org.briarproject.api.Settings;
|
||||
import org.briarproject.api.db.DbException;
|
||||
|
||||
public interface SettingsManager {
|
||||
|
||||
Reference in New Issue
Block a user