Ignore:
Timestamp:
2016-06-01T23:17:40+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1854 - Dead stores should be removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/pair/nodes/NodeListTable.java

    r7937 r10308  
    1212public class NodeListTable extends PairTable {
    1313
     14    /**
     15     * Constructs a new {@code NodeListTable}.
     16     * @param name table name
     17     * @param model node merge model
     18     * @param dm table model
     19     * @param sm selection model
     20     */
    1421    public NodeListTable(String name, ListMergeModel<Node> model, OsmPrimitivesTableModel dm, ListSelectionModel sm) {
    1522        super(name, model, dm, new NodeListColumnModel(new NodeListTableCellRenderer()), sm);
Note: See TracChangeset for help on using the changeset viewer.