Changeset 32003 in osm for applications/editors/josm/plugins/wikipedia/src
- Timestamp:
- 2016-01-18T14:07:47+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java
r32001 r32003 239 239 } 240 240 } 241 return null; 241 final String fallBackLabel = (String) X_PATH.compile("//label/@value").evaluate(xml, XPathConstants.STRING); 242 return fallBackLabel == null || fallBackLabel.isEmpty() ? null : fallBackLabel; 242 243 } 243 244 } catch (Exception ex) {
Note:
See TracChangeset
for help on using the changeset viewer.