Changeset 32749 in osm for applications/editors/josm
- Timestamp:
- 2016-07-31T22:57:27+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikidataTagCellRenderer.java
r32720 r32749 33 33 } 34 34 final String key = table.getValueAt(row, 0).toString(); 35 if (!("wikidata".equals(key) || key != null && key.endsWith(":wikidata"))) {35 if (!("wikidata".equals(key) || (key != null && key.endsWith(":wikidata")))) { 36 36 return null; 37 37 }
Note:
See TracChangeset
for help on using the changeset viewer.