X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fcorrelate%2FPhotoSelectionTableModel.java;h=4472e6b9a11756657d204a147c189ccf5c4faa63;hp=dbd9d8e572dcdd21b70acb154125c5c2a12c5e9c;hb=112bb0c9b46894adca9a33ed8c99ea712b253185;hpb=54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f diff --git a/tim/prune/correlate/PhotoSelectionTableModel.java b/tim/prune/correlate/PhotoSelectionTableModel.java index dbd9d8e..4472e6b 100644 --- a/tim/prune/correlate/PhotoSelectionTableModel.java +++ b/tim/prune/correlate/PhotoSelectionTableModel.java @@ -65,7 +65,7 @@ public class PhotoSelectionTableModel extends AbstractTableModel */ public Object getValueAt(int inRowIndex, int inColumnIndex) { - // TODO: only show time of photos (not date) if dates all identical + // MAYBE: only show time of photos (not date) if dates all identical PhotoSelectionTableRow row = _list.get(inRowIndex); if (inColumnIndex == 0) return row.getPhoto().getFile().getName(); else if (inColumnIndex == 1) return row.getPhoto().getTimestamp().getText();