mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
Eclipse code cleanup
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1507 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
fc1a273ceb
commit
2f4fcff738
122 changed files with 259 additions and 394 deletions
|
@ -27,7 +27,6 @@ import android.content.DialogInterface;
|
|||
|
||||
import org.geometerplus.zlibrary.ui.android.R;
|
||||
|
||||
import org.geometerplus.zlibrary.core.filesystem.*;
|
||||
import org.geometerplus.zlibrary.core.tree.ZLTree;
|
||||
import org.geometerplus.zlibrary.core.options.ZLStringOption;
|
||||
import org.geometerplus.zlibrary.core.resources.ZLResource;
|
||||
|
@ -180,7 +179,7 @@ public class LibraryTabActivity extends TabActivity implements MenuItem.OnMenuIt
|
|||
}
|
||||
}
|
||||
|
||||
private ZLTree findFirstSelectedItem() {
|
||||
private ZLTree<?> findFirstSelectedItem() {
|
||||
if (myCurrentBook == null) {
|
||||
return null;
|
||||
}
|
||||
|
@ -228,7 +227,8 @@ public class LibraryTabActivity extends TabActivity implements MenuItem.OnMenuIt
|
|||
return view;
|
||||
}
|
||||
|
||||
protected boolean runTreeItem(ZLTree tree) {
|
||||
@Override
|
||||
protected boolean runTreeItem(ZLTree<?> tree) {
|
||||
if (super.runTreeItem(tree)) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue