Ignore:
Timestamp:
2014-09-20T21:34:16+02:00 (10 years ago)
Author:
bastiK
Message:

see #10529 - fix "typo" in [7571]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java

    r7571 r7572  
    221221                    if (!"boundary".equals(r.get("type"))) {
    222222                        if (area == null) {
    223                             addError(r, new TestError(this, Severity.WARNING, tr("No area style for multipolygon"), NO_STYLE, r));
     223                            addError(r, new TestError(this, Severity.OTHER, tr("No area style for multipolygon"), NO_STYLE, r));
    224224                        } else {
    225225                            /* old style multipolygon - solve: copy tags from outer way to multipolygon */
Note: See TracChangeset for help on using the changeset viewer.