remove the unncessary synchronization from reset

This commit is contained in:
goapunk
2018-06-13 12:42:03 +02:00
parent 9743255ce9
commit 0c65ff4783

View File

@@ -54,7 +54,7 @@ public class Localizer {
}
// Reset to the system locale
public synchronized void reset() {
public void reset() {
reinitialize(systemLocale);
}