Update comments about migration periods, since this isn't merged yet.

This commit is contained in:
akwizgran
2020-06-25 15:31:43 +01:00
parent 011d8e1df7
commit 033fd2d3b4
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ abstract class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
bind();
}
// TODO: Remove after a reasonable migration period (added 2020-01-16)
// TODO: Remove after a reasonable migration period (added 2020-06-25)
private Settings migrateSettings(Settings settings) {
int network = settings.getInt(PREF_TOR_NETWORK,
PREF_TOR_NETWORK_AUTOMATIC);