Ignore:
Timestamp:
2020-06-13T11:57:38+02:00 (4 years ago)
Author:
GerdP
Message:

fix checkstyle, pmd issues introduced with r16611

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/MultiFetchOverpassObjectReaderTest.java

    r16611 r16612  
    116116                new Node(1));
    117117        // all request strings should start with the same list of objects
    118         final String ids =  "relation(id:123,126,130)->.r;way(id:88,99)->.w;node(1)->.n;";
     118        final String ids = "relation(id:123,126,130)->.r;way(id:88,99)->.w;node(1)->.n;";
    119119        String requestString;
    120120
Note: See TracChangeset for help on using the changeset viewer.