mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-11 14:20:54 +01:00
Sorted Network page content alphabetically for #363
This commit is contained in:
parent
74f024506b
commit
2d752e481b
@ -385,6 +385,7 @@ public class HtmlStructure {
|
||||
int i = 0;
|
||||
StringBuilder b = new StringBuilder();
|
||||
List<String> values = new ArrayList<>(networkPageContents.values());
|
||||
Collections.sort(values);
|
||||
int size = values.size();
|
||||
int extra = size % 3;
|
||||
for (int j = 0; j < extra; j++) {
|
||||
|
Loading…
Reference in New Issue
Block a user