1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

formatting

This commit is contained in:
Nikolay Pultsin 2013-10-20 18:39:53 +01:00
parent b2a22832d9
commit e261693567

View file

@ -51,7 +51,7 @@ abstract class ZLStringListPreference extends ListPreference {
protected final boolean setInitialValue(String value) {
int index = 0;
boolean found = false;;
boolean found = false;
final CharSequence[] entryValues = getEntryValues();
if (value != null) {
for (int i = 0; i < entryValues.length; ++i) {