X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosHexfile.java;h=56875f530715de2f313d13550ccca5fb8ea3d167;hb=6ba0df9b440b69bf5bc5f4e435b431adf303fee2;hp=01515b86b6080aade3c3a952a8453b5618c453f5;hpb=382c54a0d052c8975b57c995ef83bc8934bde242;p=fw%2Faltos 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;