Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/MultiValueCellEditor.java

    r5429 r6084  
    129129    }
    130130
     131    @Override
    131132    public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
    132133        MultiValueResolutionDecision decision = (MultiValueResolutionDecision)value;
     
    136137    }
    137138
     139    @Override
    138140    public Object getCellEditorValue() {
    139141        return editor.getSelectedItem();
     
    180182        }
    181183
     184        @Override
    182185        public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected,
    183186                boolean cellHasFocus) {
Note: See TracChangeset for help on using the changeset viewer.