Move savedNetworkConfig into HotspotManager and use constructor injection

This commit is contained in:
Torsten Grote
2021-05-26 09:28:07 -03:00
committed by Sebastian Kürten
parent e22e9dcade
commit a5d8faef3c
6 changed files with 128 additions and 103 deletions

View File

@@ -22,11 +22,4 @@ public interface SettingsManager {
* namespace.
*/
void mergeSettings(Settings s, String namespace) throws DbException;
/**
* Merges the given settings with any existing settings in the given
* namespace.
*/
void mergeSettings(Transaction txn, Settings s, String namespace)
throws DbException;
}