altosui: add type to … implements Comparable.
authorMike Beattie <mike@ethernal.org>
Fri, 14 Sep 2012 01:16:48 +0000 (13:16 +1200)
committerMike Beattie <mike@ethernal.org>
Fri, 14 Sep 2012 01:16:48 +0000 (13:16 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosui/AltosHexfile.java

index 01515b86b6080aade3c3a952a8453b5618c453f5..56875f530715de2f313d13550ccca5fb8ea3d167 100644 (file)
@@ -44,7 +44,7 @@ class HexFileInputStream extends PushbackInputStream {
        }
 }
 
-class HexRecord implements Comparable {
+class HexRecord implements Comparable<Object> {
        public int      address;
        public int      type;
        public byte     checksum;