1
0
Fork 0
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:
Vasiliy Bout 2010-03-01 18:11:16 +00:00
parent 3f4a6e32d3
commit 0ce3269bca
10 changed files with 32 additions and 77 deletions

View file

@ -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;