A bunch of Eclipse appeasement.

This commit is contained in:
Michael Bayne
2013-05-24 08:08:52 -07:00
parent e43d84211e
commit 58736e2e8b
6 changed files with 55 additions and 24 deletions
@@ -50,6 +50,7 @@ public class HashIntMapTest
ObjectInputStream in = new ObjectInputStream(fin);
@SuppressWarnings("unchecked") HashIntMap<Integer> map =
(HashIntMap<Integer>)in.readObject();
in.close();
// check the table contents
for (int i = 10; i < 20; i++) {