diff options
author | David Schweinsberg <[email protected]> | 2010-08-10 11:45:43 +0000 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2010-08-10 11:45:43 +0000 |
commit | 89c0aee11d0fa7307880c359a03e15a5844e66f7 (patch) | |
tree | abd66390b61b743db6163d3daa8cb15bc1b7ef16 | |
parent | 6b8acb81454a6100c723f5168d81140998531e37 (diff) |
Minor cleanup.
-rw-r--r-- | src/net/java/dev/typecast/ot/table/LocaTable.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/java/dev/typecast/ot/table/LocaTable.java b/src/net/java/dev/typecast/ot/table/LocaTable.java index e6e3a8e..5f62940 100644 --- a/src/net/java/dev/typecast/ot/table/LocaTable.java +++ b/src/net/java/dev/typecast/ot/table/LocaTable.java @@ -8,12 +8,11 @@ package net.java.dev.typecast.ot.table; -import java.io.ByteArrayInputStream; import java.io.DataInput; import java.io.IOException; /** - * @version $Id: LocaTable.java,v 1.3 2007-01-30 03:49:17 davidsch Exp $ + * @version $Id: LocaTable.java,v 1.4 2010-08-10 11:45:43 davidsch Exp $ * @author <a href="mailto:[email protected]">David Schweinsberg</a> */ public class LocaTable implements Table { |