Add missing static modifier to inner classes

This commit is contained in:
Federico Bond
2014-09-14 21:04:44 -03:00
parent 69b5953203
commit 73f46c2d5b
4 changed files with 4 additions and 4 deletions

View File

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