mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Add missing static modifier to inner classes
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user