Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

    r8510 r8540  
    403403                .addKeyword("child <i>expr</i>", "child ", tr("all children of objects matching the expression"), "child building")
    404404                .addKeyword("parent <i>expr</i>", "parent ", tr("all parents of objects matching the expression"), "parent bus_stop")
    405                 .addKeyword("nth:<i>7</i>", "nth: ", tr("n-th member of relation and/or n-th node of way"), "nth:5 (child type:relation)", "nth:-1")
    406                 .addKeyword("nth%:<i>7</i>", "nth%: ", tr("every n-th member of relation and/or every n-th node of way"), "nth%:100 (child waterway)")
     405                .addKeyword("nth:<i>7</i>", "nth: ",
     406                        tr("n-th member of relation and/or n-th node of way"), "nth:5 (child type:relation)", "nth:-1")
     407                .addKeyword("nth%:<i>7</i>", "nth%: ",
     408                        tr("every n-th member of relation and/or every n-th node of way"), "nth%:100 (child waterway)")
    407409                , GBC.eol());
    408410            right.add(new SearchKeywordRow(hcbSearchString)
Note: See TracChangeset for help on using the changeset viewer.