- Timestamp:
- 2018-11-28T17:43:02+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Selector.java
r14461 r14462 63 63 String BASE_RELATION = "relation"; 64 64 65 /** selector base that matches with any area regardless of whether the area border is only modelled with a single way or with a set of ways glued together with a relation.*/ 65 /** selector base that matches with any area regardless of whether the area border is only modelled with a single way or with 66 * a set of ways glued together with a relation.*/ 66 67 String BASE_AREA = "area"; 67 68 … … 637 638 638 639 /** 639 * Check if this is a known base and return the corresponding string constant. 640 * @param base 641 * @return the matching String constant 640 * Set base and check if this is a known value. 641 * @param base value for base 642 * @return the matching String constant for a known value 643 * @throws IllegalArgumentException if value is not knwon 642 644 */ 643 645 private static String checkBase(String base) {
Note:
See TracChangeset
for help on using the changeset viewer.