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:
parent
cf76b17a70
commit
30f1d65b89
7 changed files with 24 additions and 24 deletions
|
@ -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 {
|
||||
|
|
|
@ -453,10 +453,10 @@ mainSwitchLabel:
|
|||
return;
|
||||
}
|
||||
currentNamespaceMap = null;
|
||||
}
|
||||
state = TEXT;
|
||||
startPosition = i + 1;
|
||||
break;
|
||||
}
|
||||
case '/':
|
||||
state = SLASH;
|
||||
if (processFullTag(xmlReader, convertToString(strings, tagName), attributes)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue