mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +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
|
||||
public synchronized void reset() {
|
||||
public void reset() {
|
||||
reinitialize(systemLocale);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user