mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
reverse array list
This commit is contained in:
parent
86edb65d05
commit
75571d63fd
@ -6,10 +6,8 @@ import io.hackerbay.fyipe.model.TrackerOption;
|
||||
import io.hackerbay.fyipe.util.FileReader;
|
||||
|
||||
import java.net.URL;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.UUID;
|
||||
import java.util.*;
|
||||
|
||||
enum ErrorEventType {
|
||||
error,
|
||||
info,
|
||||
@ -65,6 +63,9 @@ public class Util {
|
||||
);
|
||||
}
|
||||
|
||||
// reversing the list
|
||||
Collections.reverse(frameArrayList);
|
||||
|
||||
return frameArrayList;
|
||||
}
|
||||
private void getErrorCodeSnippet(StackTrace stackTrace) {
|
||||
|
Loading…
Reference in New Issue
Block a user