I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c8684507 authored by str4d's avatar str4d
Browse files

Reverted change in net.i2p.router.Router

parent 89dcceef
No related branches found
No related tags found
No related merge requests found
...@@ -1023,7 +1023,7 @@ public class Router implements RouterClock.ClockShiftListener { ...@@ -1023,7 +1023,7 @@ public class Router implements RouterClock.ClockShiftListener {
* @return success * @return success
* @since 0.8.13 * @since 0.8.13
*/ */
public boolean saveConfig(Map<String, String> toAdd, Collection<String> toRemove) { public boolean saveConfig(Map toAdd, Collection<String> toRemove) {
synchronized(_configFileLock) { synchronized(_configFileLock) {
if (toAdd != null) if (toAdd != null)
_config.putAll(toAdd); _config.putAll(toAdd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment