forked from I2P_Developers/i2p.i2p
static
This commit is contained in:
@@ -61,7 +61,7 @@ public class Daemon {
|
|||||||
* @param log
|
* @param log
|
||||||
* The log to write changes and conflicts to.
|
* The log to write changes and conflicts to.
|
||||||
*/
|
*/
|
||||||
public void update(AddressBook master, AddressBook router,
|
public static void update(AddressBook master, AddressBook router,
|
||||||
File published, SubscriptionList subscriptions, Log log) {
|
File published, SubscriptionList subscriptions, Log log) {
|
||||||
router.merge(master, true, null);
|
router.merge(master, true, null);
|
||||||
Iterator<AddressBook> iter = subscriptions.iterator();
|
Iterator<AddressBook> iter = subscriptions.iterator();
|
||||||
@@ -83,7 +83,7 @@ public class Daemon {
|
|||||||
* @param home
|
* @param home
|
||||||
* The directory containing addressbook's configuration files.
|
* The directory containing addressbook's configuration files.
|
||||||
*/
|
*/
|
||||||
public void update(Map<String, String> settings, String home) {
|
public static void update(Map<String, String> settings, String home) {
|
||||||
File masterFile = new File(home, settings
|
File masterFile = new File(home, settings
|
||||||
.get("master_addressbook"));
|
.get("master_addressbook"));
|
||||||
File routerFile = new File(home, settings
|
File routerFile = new File(home, settings
|
||||||
|
Reference in New Issue
Block a user