Ignore:
Timestamp:
2023-08-09T15:30:01+02:00 (3 years ago)
Author:
taylor.smock
Message:

Fix #22832: Code cleanup and some simplification, documentation fixes (patch by gaben)

There should not be any functional changes in this patch; it is intended to do
the following:

  • Simplify and cleanup code (example: Arrays.asList(item) -> Collections.singletonList(item))
  • Fix typos in documentation (which also corrects the documentation to match what actually happens, in some cases)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r18692 r18801  
    136136 * If no object is selected, the dialog list is empty.
    137137 * If only one is selected, all tags of this object are selected.
    138  * If more than one object are selected, the sum of all tags are displayed. If the
     138 * If more than one object is selected, the sum of all tags is displayed. If the
    139139 * different objects share the same tag, the shared value is displayed. If they have
    140140 * different values, all of them are put in a combo box and the string "<different>"
Note: See TracChangeset for help on using the changeset viewer.