- Timestamp:
- 2013-12-26T00:30:57+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java
r6494 r6533 198 198 errors.add(new OpeningHoursTestError(i.toString().trim(), Severity.WARNING, prettifiedValue)); 199 199 } 200 if (errors.isEmpty() && prettifiedValue != null && !value.equals(prettifiedValue)) { 201 errors.add(new OpeningHoursTestError(tr("opening_hours value can be prettified"), Severity.OTHER, prettifiedValue)); 202 } 200 203 return errors; 201 204 } catch (final Exception ex) {
Note:
See TracChangeset
for help on using the changeset viewer.