mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
Merge branch 'master' of github.com:geometer/FBReaderJ
This commit is contained in:
commit
1403b1cb84
44 changed files with 60 additions and 105 deletions
|
@ -218,7 +218,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