mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@798 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
43495c888a
commit
4675cefc4c
9 changed files with 707 additions and 16 deletions
|
@ -68,9 +68,9 @@ public class ZLEncodingCollection {
|
|||
return myProviders;
|
||||
}
|
||||
|
||||
private ArrayList/*<ZLEncodingSet>*/ mySets;
|
||||
private HashMap/*<String,ZLEncodingConverterInfo>*/ myInfosByName;
|
||||
private ArrayList/*<ZLEncodingConverterProvider>*/ myProviders;
|
||||
private final ArrayList/*<ZLEncodingSet>*/ mySets = new ArrayList();
|
||||
private final HashMap/*<String,ZLEncodingConverterInfo>*/ myInfosByName = new HashMap();
|
||||
private final ArrayList/*<ZLEncodingConverterProvider>*/ myProviders = new ArrayList();
|
||||
|
||||
//private ZLEncodingCollection();
|
||||
private void init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue