Changeset 2683 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2009-12-27T16:51:22+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmUtils.java
r2573 r2683 35 35 return REVERSE_VALUES.contains(value); 36 36 } 37 38 public static boolean isTrue(String value) { 39 return TRUE_VALUES.contains(value); 40 } 41 42 public static boolean isFalse(String value) { 43 return FALSE_VALUES.contains(value); 44 } 37 45 }
Note:
See TracChangeset
for help on using the changeset viewer.
