Merge pull request #2865 from federicobond/misc-fixes

Miscellaneous fixes
This commit is contained in:
Ben Fry
2014-11-14 14:48:57 -07:00
9 changed files with 12 additions and 18 deletions

View File

@@ -3862,7 +3862,7 @@ public class Table {
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
class HashMapBlows {
static class HashMapBlows {
HashMap<String,Integer> dataToIndex = new HashMap<String, Integer>();
ArrayList<String> indexToData = new ArrayList<String>();