mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
remove the unncessary synchronization from reset
This commit is contained in:
@@ -54,7 +54,7 @@ public class Localizer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Reset to the system locale
|
// Reset to the system locale
|
||||||
public synchronized void reset() {
|
public void reset() {
|
||||||
reinitialize(systemLocale);
|
reinitialize(systemLocale);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user