Ignore:
Timestamp:
2013-12-07T13:51:13+01:00 (10 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs: fix recent issues

File:
1 edited

Legend:

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

    r6424 r6450  
    162162     * Updates the changeset comment model upon changes in the input field.
    163163     */
    164     class CommentModelListener extends FocusAdapter implements ActionListener {
     164    static class CommentModelListener extends FocusAdapter implements ActionListener {
    165165
    166166        final HistoryComboBox source;
     
    186186     * in sync with the current changeset comment
    187187     */
    188     class ChangesetCommentObserver implements Observer {
     188    static class ChangesetCommentObserver implements Observer {
    189189
    190190        private final HistoryComboBox destination;
Note: See TracChangeset for help on using the changeset viewer.