tmf: Fix regression in event requests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / events / TmfEventsTable.java
index 9028830e06741248a65bd8e1042f5f24fc44df71..c68bc6e7611d6adb81c9fc2b87c699480dd19a9b 100644 (file)
@@ -2083,7 +2083,7 @@ public class TmfEventsTable extends TmfComponent implements IGotoMarker, IColorS
                 }
 
                 @Override
-                public synchronized void handleCompleted() {
+                public void handleCompleted() {
                     super.handleCompleted();
                     if (fTrace == null) {
                         return;
This page took 0.025588 seconds and 5 git commands to generate.