mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +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;
|
package org.geometerplus.fbreader.network.authentication.litres;
|
||||||
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
|
|
||||||
import org.geometerplus.zlibrary.core.network.ZLNetworkException;
|
import org.geometerplus.zlibrary.core.network.ZLNetworkException;
|
||||||
import org.geometerplus.zlibrary.core.network.ZLNetworkRequest;
|
import org.geometerplus.zlibrary.core.network.ZLNetworkRequest;
|
||||||
|
|
|
@ -69,6 +69,7 @@ public class ZLTextStyleCollection {
|
||||||
private final int myDpi = ZLibrary.Instance().getDisplayDPI();
|
private final int myDpi = ZLibrary.Instance().getDisplayDPI();
|
||||||
private ZLTextStyleCollection myCollection;
|
private ZLTextStyleCollection myCollection;
|
||||||
|
|
||||||
|
@Override
|
||||||
public boolean dontCacheAttributeValues() {
|
public boolean dontCacheAttributeValues() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -105,6 +106,7 @@ public class ZLTextStyleCollection {
|
||||||
myCollection = collection;
|
myCollection = collection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public boolean startElementHandler(String tag, ZLStringMap attributes) {
|
public boolean startElementHandler(String tag, ZLStringMap attributes) {
|
||||||
final String BASE = "base";
|
final String BASE = "base";
|
||||||
final String STYLE = "style";
|
final String STYLE = "style";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue