2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / request / TmfEventRequest.java
index 05f75c8e0f8b993c8ab3da3e03506dfac94144a2..43dfc53f427a5186c72a42989fcff341a2f6aa2f 100644 (file)
@@ -88,7 +88,8 @@ public abstract class TmfEventRequest<T extends TmfEvent> extends TmfDataRequest
     /**
      * @return the requested time range
      */
-    public TmfTimeRange getRange() {
+    @Override
+       public TmfTimeRange getRange() {
         return fRange;
     }
 
This page took 0.023459 seconds and 5 git commands to generate.