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

formatting

This commit is contained in:
Nikolay Pultsin 2014-01-31 20:12:32 +00:00
parent 57b9e75a8d
commit 4ff636253f

View file

@ -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;
}