fix Override annotation ()

pull/2644/head
tubaobao3 committed by GitHub
parent 6a3bc66569
commit 5ab73905b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,7 @@ public class ThreadSampler {
// Sort by CPU time : should be a rendering hint...
Collections.sort(threads, new Comparator<ThreadVO>() {
@Override
public int compare(ThreadVO o1, ThreadVO o2) {
long l1 = deltas.get(o1);
long l2 = deltas.get(o2);

Loading…
Cancel
Save