Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / virtualtable / TmfVirtualTable.java
index dd673e025e0c62af7a3fe39e0654c2d5223438a0..813b0d6682993d50828496b75759e92d446347dd 100644 (file)
@@ -635,8 +635,6 @@ public class TmfVirtualTable extends Composite {
      * @see SWT#LEFT
      * @see SWT#RIGHT
      * @see SWT#CENTER
-     *
-     * @since 3.1
      */
     public TableColumn newTableColumn(int style) {
         TableColumn column = new TableColumn(fTable, style);
@@ -1103,7 +1101,6 @@ public class TmfVirtualTable extends Composite {
      * recently selected. The array is empty if no items are selected.
      * <p>
      * @return the array of indices of the selected items
-     * @since 2.1
      */
     public int[] getSelectionIndices() {
         if (fSelectedEventRank < 0 || fSelectedBeginRank < 0) {
This page took 0.026117 seconds and 5 git commands to generate.