altoslib: Rename AltosEepromNew to AltosEeprom
[fw/altos] / altoslib / AltosEepromRecord.java
index 75fe5381f51b1c9e57de5b85cc846969b55927d5..c479a6215d49b70cd44fcb3df3d9f0ea67fea1b5 100644 (file)
@@ -16,7 +16,7 @@ package org.altusmetrum.altoslib_11;
 
 public abstract class AltosEepromRecord implements Comparable<AltosEepromRecord> {
 
-       AltosEepromNew          eeprom;
+       AltosEeprom             eeprom;
 
        int                     wide_tick;
 
@@ -115,7 +115,7 @@ public abstract class AltosEepromRecord implements Comparable<AltosEepromRecord>
 
        public abstract AltosEepromRecord next();
 
-       public AltosEepromRecord(AltosEepromNew eeprom, int start, int length) {
+       public AltosEepromRecord(AltosEeprom eeprom, int start, int length) {
                this.eeprom = eeprom;
                this.start = start;
                this.length = length;