Update OsmBaseStorage.java
This commit is contained in:
parent
19661f2243
commit
895001620b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ public class OsmBaseStorage {
|
|||
if (parser.getAttributeName(parser.getAttributeCount() - 1).equals(ATTR_VERSION)) {
|
||||
return Integer.valueOf(parser.getAttributeValue(parser.getAttributeCount() - 1));
|
||||
}
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void endElement(XmlPullParser parser, String name) {
|
||||
|
|
Loading…
Reference in a new issue