mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
cleanup
This commit is contained in:
parent
e5947b76e1
commit
612afa5004
2 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,8 @@
|
|||
|
||||
package org.geometerplus.fbreader.network.authentication.litres;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
import org.geometerplus.zlibrary.core.network.ZLNetworkException;
|
||||
import org.geometerplus.zlibrary.core.network.ZLNetworkRequest;
|
||||
|
|
|
@ -69,6 +69,7 @@ public class ZLTextStyleCollection {
|
|||
private final int myDpi = ZLibrary.Instance().getDisplayDPI();
|
||||
private ZLTextStyleCollection myCollection;
|
||||
|
||||
@Override
|
||||
public boolean dontCacheAttributeValues() {
|
||||
return true;
|
||||
}
|
||||
|
@ -105,6 +106,7 @@ public class ZLTextStyleCollection {
|
|||
myCollection = collection;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean startElementHandler(String tag, ZLStringMap attributes) {
|
||||
final String BASE = "base";
|
||||
final String STYLE = "style";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue