Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (11 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/relation/SelectRelationAction.java

    r7937 r8509  
    2020    /**
    2121     * Constructs a new <code>SelectRelationAction</code>.
    22      * @param add if <code>true</code>, the relation will be added to current selection. If <code>false</code>, the relation will replace the current selection.
     22     * @param add if <code>true</code>, the relation will be added to current selection.
     23     * If <code>false</code>, the relation will replace the current selection.
    2324     */
    2425    public SelectRelationAction(boolean add) {
    25         putValue(SHORT_DESCRIPTION, add ? tr("Add the selected relations to the current selection") : tr("Set the current selection to the list of selected relations"));
     26        putValue(SHORT_DESCRIPTION, add ? tr("Add the selected relations to the current selection") :
     27            tr("Set the current selection to the list of selected relations"));
    2628        putValue(SMALL_ICON, ImageProvider.get("dialogs", "select"));
    2729        putValue(NAME, add ? tr("Select relation (add)") : tr("Select relation"));
Note: See TracChangeset for help on using the changeset viewer.