mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
code cleanup
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1067 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
3f4a6e32d3
commit
0ce3269bca
10 changed files with 32 additions and 77 deletions
|
@ -53,7 +53,7 @@ public class NetworkLibrary {
|
|||
}
|
||||
|
||||
private void makeUpToDate() {
|
||||
final List<FBTree> toRemove = new LinkedList<FBTree>();
|
||||
final LinkedList<FBTree> toRemove = new LinkedList<FBTree>();
|
||||
|
||||
Iterator<FBTree> nodeIterator = myRootTree.iterator();
|
||||
FBTree currentNode = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue