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

formatting

Conflicts:

	src/org/geometerplus/fbreader/network/opds/OPDSFeedHandler.java
This commit is contained in:
Nikolay Pultsin 2013-10-21 00:44:24 +01:00
parent cf76b17a70
commit 30f1d65b89
7 changed files with 24 additions and 24 deletions

View file

@ -123,7 +123,7 @@ public class OPDSXMLReader extends ATOMXMLReader<OPDSFeedMetadata,OPDSEntry> {
myPriceCurrency = attributes.getValue("currencycode");
myState = FEL_PRICE;
return false;
} if (ns == XMLNamespaces.DublinCoreTerms && tag == DC_TAG_FORMAT) {
} else if (ns == XMLNamespaces.DublinCoreTerms && tag == DC_TAG_FORMAT) {
myState = FEL_FORMAT;
return false;
} else {

View file

@ -453,10 +453,10 @@ mainSwitchLabel:
return;
}
currentNamespaceMap = null;
}
state = TEXT;
startPosition = i + 1;
break;
}
case '/':
state = SLASH;
if (processFullTag(xmlReader, convertToString(strings, tagName), attributes)) {