mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
formatting
This commit is contained in:
parent
57b9e75a8d
commit
4ff636253f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class OPDSFeedHandler extends AbstractOPDSFeedHandler implements OPDSConstants {
|
|||
}
|
||||
if (!BookUrlInfo.Format.NONE.equals(relType)
|
||||
&& (id == null || idType.compareTo(relType) < 0
|
||||
|| (idType.equals(relType) && REL_ACQUISITION.equals(rel)))) {
|
||||
|| (idType.equals(relType) && REL_ACQUISITION.equals(rel)))) {
|
||||
id = ZLNetworkUtil.url(myBaseURL, link.getHref());
|
||||
idType = relType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue