Split to smaller pieces

This commit is contained in:
McHoffi 2017-10-21 17:41:01 +02:00 committed by GitHub
parent 434f4474b5
commit 9c7c583aed

View file

@ -183,7 +183,7 @@ public class BroadcastTreatment {
ret.add(newarr); ret.add(newarr);
} }
newarr = new JSONArray(); newarr = new JSONArray();
count = 50; count = 20;
} }
newarr.put(array.get(i)); newarr.put(array.get(i));
--count; --count;