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/tagging/ac/AutoCompletionList.java

    r5881 r6084  
    276276    }
    277277
     278    @Override
    278279    public int getColumnCount() {
    279280        return 1;
    280281    }
    281282
     283    @Override
    282284    public int getRowCount() {
    283285
     
    285287    }
    286288
     289    @Override
    287290    public Object getValueAt(int rowIndex, int columnIndex) {
    288291        return list == null ? null : getFilteredItem(rowIndex);
Note: See TracChangeset for help on using the changeset viewer.