- Timestamp:
- 2016-07-22T23:12:10+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Condition.java
r10300 r10589 147 147 case CONTAINS: 148 148 return testString != null && testString.contains(prototypeString); 149 case GREATER_OR_EQUAL: 150 case GREATER: 151 case LESS_OR_EQUAL: 152 case LESS: 153 // See below 154 break; 155 default: 156 throw new AssertionError(); 149 157 } 150 158
Note:
See TracChangeset
for help on using the changeset viewer.