remove typo

This commit is contained in:
sonora 2016-12-20 15:28:44 +01:00
parent ec6a5c38dc
commit a23684e24c

View file

@ -166,7 +166,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
ttsRequests = 0;
final float speechRate = cSpeechRate;
private Locale newLocale = new Locale(language);
Locale newLocale = new Locale(language);
// #3344: Try Locale builder instead of constructor (only available from API 21)
if (android.os.Build.VERSION.SDK_INT >= 21) {
try {