tmf: Update copyright headers in tmf.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / signal / TmfTraceUpdatedSignal.java
index b2c709f4710c9b741d4561556774004cf538c11c..35966ee272e968ce052c529a62dd4092a445d38a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009 Ericsson
+ * Copyright (c) 2009, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -12,7 +12,7 @@
 
 package org.eclipse.linuxtools.tmf.core.signal;
 
-import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.timestamp.TmfTimeRange;
 import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 
 /**
@@ -37,6 +37,7 @@ public class TmfTraceUpdatedSignal extends TmfSignal {
      *            The trace that was updated
      * @param range
      *            The new time range of the trace
+     * @since 2.0
      */
     public TmfTraceUpdatedSignal(Object source, ITmfTrace trace, TmfTimeRange range) {
         super(source);
@@ -53,6 +54,7 @@ public class TmfTraceUpdatedSignal extends TmfSignal {
 
     /**
      * @return The time range indicated by this signal
+     * @since 2.0
      */
     public TmfTimeRange getRange() {
         return fTimeRange;
This page took 0.02609 seconds and 5 git commands to generate.