Changeset 9334 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/SourceEditor.java
- Timestamp:
- 2016-01-07T01:53:58+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/SourceEditor.java
r9239 r9334 701 701 public String link; 702 702 public String description; 703 /** Style type: can only have one value: "xml". Used to filter out old XML styles. For MapCSS styles, the value is not set. */ 704 public String styleType; 703 705 public Integer minJosmVersion; 704 706 … … 1418 1420 } 1419 1421 } 1422 } else if ("style-type".equals(key)) { 1423 last.styleType = value; 1420 1424 } 1421 1425 }
Note:
See TracChangeset
for help on using the changeset viewer.
