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

Warnings cleanup

This commit is contained in:
Vasiliy Bout 2011-05-20 12:19:09 +04:00
parent 3b35072721
commit 08e9c493aa
44 changed files with 60 additions and 105 deletions

View file

@ -209,7 +209,7 @@ public final class Library {
}
}
private final ArrayList myNullList = new ArrayList(1);
private final ArrayList<?> myNullList = new ArrayList<Object>(1);
{
myNullList.add(null);
}