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/corrector/CorrectionTableModel.java

    r3083 r6084  
    2424    }
    2525
     26    @Override
    2627    abstract public int getColumnCount();
    2728
     
    4243    }
    4344
     45    @Override
    4446    public int getRowCount() {
    4547        return corrections.size();
     
    7274    }
    7375
     76    @Override
    7477    public Object getValueAt(int rowIndex, int colIndex) {
    7578        if (colIndex == applyColumn)
Note: See TracChangeset for help on using the changeset viewer.