Changeset 10153 in josm for trunk/src/org/openstreetmap/josm/gui/correction
- Timestamp:
- 2016-04-21T09:19:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/correction/CorrectionTableModel.java
r10125 r10153 31 31 applyColumn = getColumnCount() - 1; 32 32 } 33 34 @Override35 public abstract int getColumnCount();36 33 37 34 protected abstract boolean isBoldCell(int row, int column);
Note:
See TracChangeset
for help on using the changeset viewer.