ss: remove deprecated code
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / statesystem / core / backend / IStateHistoryBackend.java
index 7ae4cca1d6ca89e9be468c2480ceb997b5ab0c61..46dd306826a96fa2d4e53e731fd63a38f530a317 100644 (file)
@@ -194,7 +194,7 @@ public interface IStateHistoryBackend {
      * @return An un-ordered iterable over the queried intervals
      * @throws TimeRangeException
      *             if the time bounds are outside the range of the HistoryTree
-     * @since 2.3
+     * @since 3.0
      */
     default Iterable<@NonNull ITmfStateInterval> query2D(IntegerRangeCondition quarkCondition, TimeRangeCondition timeCondition)
             throws TimeRangeException {
This page took 0.02485 seconds and 5 git commands to generate.