Ignore:
Timestamp:
2017-02-25T21:21:27+01:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - fix CommentsIndentation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/RequestHandlerTest.java

    r10974 r11621  
    8787    public void testRequestParameter4() throws RequestHandlerBadRequestException {
    8888        assertEquals(Collections.singletonMap("/?:@-._~!$'()* ,;", "/?:@-._~!$'()* ,;=="), getRequestParameter(
    89                 // CHECKSTYLE.OFF: LineLength
    90                 "http://example.com/:@-._~!$&'()*+,=;:@-._~!$&'()*+,=:@-._~!$&'()*+,==?/?:@-._~!$'()*+,;=/?:@-._~!$'()*+,;==#/?:@-._~!$&'()*+,;="));
    91                 // CHECKSTYLE.ON: LineLength
     89            "http://example.com/:@-._~!$&'()*+,=;:@-._~!$&'()*+,=:@-._~!$&'()*+,==?/?:@-._~!$'()*+,;=/?:@-._~!$'()*+,;==#/?:@-._~!$&'()*+,;="
     90        ));
    9291    }
    9392
Note: See TracChangeset for help on using the changeset viewer.