mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
Warnings cleanup
This commit is contained in:
parent
3b35072721
commit
08e9c493aa
44 changed files with 60 additions and 105 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue