Changeset 6070 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSRule.java
- Timestamp:
- 2013-07-17T00:01:49+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSRule.java
r4074 r6070 8 8 9 9 public class MapCSSRule { 10 10 11 11 public List<Selector> selectors; 12 12 public List<Instruction> declaration; … … 19 19 /** 20 20 * <p>Executes the instructions against the environment {@code env}</p> 21 * 21 * 22 22 * @param env the environment 23 23 */
Note:
See TracChangeset
for help on using the changeset viewer.
