altoslib: Set time in state for KML output correctly
[fw/altos] / altoslib / AltosEepromDownload.java
index 8a2053ecd4a8ae809a293354dd220e8cec1ca778..33f0dd177997104e1bd1f8e8eabf0e2d8aff1fd2 100644 (file)
@@ -16,7 +16,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib_11;
+package org.altusmetrum.altoslib_12;
 
 import java.io.*;
 import java.util.*;
@@ -181,7 +181,7 @@ public class AltosEepromDownload implements Runnable {
                }
 
                /* Construct our internal representation of the eeprom data */
-               AltosEepromNew  eeprom = new AltosEepromNew(flights.config_data, data);
+               AltosEeprom     eeprom = new AltosEeprom(flights.config_data, data);
 
                /* Now see if we can't actually parse the resulting
                 * file to generate a better filename. Note that this