forked from I2P_Developers/i2p.i2p
Reverted change in net.i2p.router.Router
This commit is contained in:
@ -1023,7 +1023,7 @@ public class Router implements RouterClock.ClockShiftListener {
|
||||
* @return success
|
||||
* @since 0.8.13
|
||||
*/
|
||||
public boolean saveConfig(Map<String, String> toAdd, Collection<String> toRemove) {
|
||||
public boolean saveConfig(Map toAdd, Collection<String> toRemove) {
|
||||
synchronized(_configFileLock) {
|
||||
if (toAdd != null)
|
||||
_config.putAll(toAdd);
|
||||
|
Reference in New Issue
Block a user