Ignore:
Timestamp:
2023-08-09T15:30:01+02:00 (9 months 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/conflict/pair/AbstractListMerger.java

    r17333 r18801  
    775775
    776776        /**
    777          * Java 1.5 doesn't known Action.SELECT_KEY. Wires a toggle button to this action
     777         * Java 1.5 doesn't know Action.SELECT_KEY. Wires a toggle button to this action
    778778         * such that the action gets notified about item state changes and the button gets
    779779         * notified about selection state changes of the action.
Note: See TracChangeset for help on using the changeset viewer.