diff options
author | Mike Beattie <mike@ethernal.org> | 2012-09-16 22:27:04 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-09-16 22:27:04 +1200 |
commit | 52d3cad4f744140e1aa06fdfc0d49a0cf8734fd4 (patch) | |
tree | 2135a1ea041198783910252fb4a822ee9be566bd /altosui/AltosFlightStatusTableModel.java | |
parent | 31f5a02654cbf172beed25f4c518dfb7be8c714e (diff) | |
parent | 6e0d672b8a516a604d8ea1abd2bed113c608143f (diff) |
Merge branch 'prefs_interface' into altosdroid
Diffstat (limited to 'altosui/AltosFlightStatusTableModel.java')
-rw-r--r-- | altosui/AltosFlightStatusTableModel.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosFlightStatusTableModel.java b/altosui/AltosFlightStatusTableModel.java index c2cf8cd1..56ad7e6f 100644 --- a/altosui/AltosFlightStatusTableModel.java +++ b/altosui/AltosFlightStatusTableModel.java @@ -14,7 +14,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ - +/* package altosui; import java.awt.*; @@ -65,3 +65,4 @@ public class AltosFlightStatusTableModel extends AbstractTableModel { setValueAt(String.format("%1.0f", AltosConvert.speed(speed)), 3); } } +*/
\ No newline at end of file |