1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

cosmetic changes

This commit is contained in:
Nikolay Pultsin 2012-09-12 18:25:34 +04:00
parent eb8539c9c6
commit 445617aef1
3 changed files with 76 additions and 76 deletions

View file

@ -6,7 +6,7 @@ Amazon store: issues
1.5.6: 1.5.6:
DELAYED something wrong with epubbud catalog * something wrong with epubbud catalog
* duplicates: *.epub vs. *.epub:xxx.opf * duplicates: *.epub vs. *.epub:xxx.opf
1.5.*: 1.5.*:

View file

@ -39,7 +39,7 @@ public class FileTypeCollection {
addType(new SimpleFileType("PDF", "pdf", MimeType.TYPES_PDF)); addType(new SimpleFileType("PDF", "pdf", MimeType.TYPES_PDF));
addType(new FileTypeDjVu()); addType(new FileTypeDjVu());
addType(new SimpleFileType("ZIP archive", "zip", Collections.singletonList(MimeType.APP_ZIP))); addType(new SimpleFileType("ZIP archive", "zip", Collections.singletonList(MimeType.APP_ZIP)));
addType(new SimpleFileType("DOC", "doc", MimeType.TYPES_DOC)); addType(new SimpleFileType("MS Word document", "doc", MimeType.TYPES_DOC));
} }
private void addType(FileType type) { private void addType(FileType type) {