Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/shortcut/PrefJPanel.java

    r8540 r8836  
    128128         * Constructs a new {@code ScListModel}.
    129129         */
    130         public ScListModel() {
     130        ScListModel() {
    131131            data = Shortcut.listAll();
    132132        }
     
    157157        private boolean name;
    158158
    159         public ShortcutTableCellRenderer(boolean name) {
     159        ShortcutTableCellRenderer(boolean name) {
    160160            this.name = name;
    161161        }
     
    288288        private PrefJPanel panel;
    289289
    290         public CbAction(PrefJPanel panel) {
     290        CbAction(PrefJPanel panel) {
    291291            this.panel = panel;
    292292        }
Note: See TracChangeset for help on using the changeset viewer.