Ignore:
Timestamp:
2013-11-03T01:06:23+01:00 (10 years ago)
Author:
Don-vip
Message:

Checkstyle:

  • private constructors for util classes
  • final classes
  • missing "else" statements
  • import cleanup
File:
1 edited

Legend:

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

    r6336 r6362  
    11041104     * the properties {@link Layer#VISIBLE_PROP} and {@link Layer#NAME_PROP}.
    11051105     */
    1106     public class LayerListModel extends AbstractTableModel implements MapView.LayerChangeListener, PropertyChangeListener {
     1106    public final class LayerListModel extends AbstractTableModel implements MapView.LayerChangeListener, PropertyChangeListener {
    11071107        /** manages list selection state*/
    11081108        private DefaultListSelectionModel selectionModel;
Note: See TracChangeset for help on using the changeset viewer.