Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / ITmfEventField.java
index 372c06b2e231e124dafbd7b16fec0589cf629650..97435a0d7153cef78f5c9b7bb1b86780e49bf9cb 100644 (file)
@@ -55,7 +55,6 @@ public interface ITmfEventField {
 
     /**
      * @return the value formatted as string
-     * @since 2.0
      */
     String getFormattedValue();
 
@@ -64,7 +63,6 @@ public interface ITmfEventField {
      * {@link #getFields()}. The returned Collection is immutable.
      *
      * @return The subfield names (empty Collection if none)
-     * @since 3.0
      */
     Collection<String> getFieldNames();
 
@@ -73,7 +71,6 @@ public interface ITmfEventField {
      * {@link #getFieldNames()}. The returned Collection is immutable.
      *
      * @return The subfields (empty Collection if none)
-     * @since 3.0
      */
     Collection<? extends ITmfEventField> getFields();
 
This page took 0.025811 seconds and 5 git commands to generate.