Ignore:
Timestamp:
2020-12-01T18:49:30+01:00 (3 years ago)
Author:
GerdP
Message:

fix checkstyle issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/routines/UrlValidatorTest.java

    r17374 r17381  
    142142        String[] schemes = {"http", "https"};
    143143        UrlValidator urlValidator = new UrlValidator(schemes, UrlValidator.NO_FRAGMENTS);
     144        // CHECKSTYLE.OFF: LineLength
    144145        assertTrue(urlValidator.isValid(
    145146                "http://l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.l.org"));
     147        // CHECKSTYLE.OFF: LineLength
    146148    }
    147149
Note: See TracChangeset for help on using the changeset viewer.