Ignore:
Timestamp:
2013-10-07T20:18:17+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - Loose coupling

File:
1 edited

Legend:

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

    r6310 r6316  
    104104    // For easy access when inherited
    105105    protected Insets contentInsets = new Insets(10,5,0,5);
    106     protected ArrayList<JButton> buttons = new ArrayList<JButton>();
     106    protected List<JButton> buttons = new ArrayList<JButton>();
    107107
    108108    /**
Note: See TracChangeset for help on using the changeset viewer.