From 6daf71d0af7ffdbbfdb7436edd536bc811850d42 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Fri, 14 Sep 2012 13:16:48 +1200 Subject: [PATCH] =?utf8?q?altosui:=20add=20type=20to=20=E2=80=A6=20impleme?= =?utf8?q?nts=20Comparable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mike Beattie --- altosui/AltosHexfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altosui/AltosHexfile.java b/altosui/AltosHexfile.java index 01515b86..56875f53 100644 --- a/altosui/AltosHexfile.java +++ b/altosui/AltosHexfile.java @@ -44,7 +44,7 @@ class HexFileInputStream extends PushbackInputStream { } } -class HexRecord implements Comparable { +class HexRecord implements Comparable { public int address; public int type; public byte checksum; -- 2.30.2