even more default capacities

This commit is contained in:
Ceikry
2021-03-12 21:23:46 -06:00
parent 78a9b8c88e
commit 19e20d9dc9
109 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import java.util.ArrayList;
@ScriptManifest(name = "Fetch data10", author = "b4", version = 2, logo = "", info = "info")
public class Reader extends Script {
private ArrayList<String> names = new ArrayList<>();
private ArrayList<String> names = new ArrayList<>(20);
@Override
public int onLoop() {