diff options
| -rw-r--r-- | altosui/AltosHexfile.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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<Object> {  	public int	address;  	public int	type;  	public byte	checksum; | 
