X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=org.eclipse.tracecompass.tmf.ctf.core%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Ftmf%2Fctf%2Fcore%2Fevent%2FCtfTmfEventField.java;h=b290a4709a173ffbb815eec7b34b8e1e4c66b773;hb=ae09c4ad11542af46a11d270e81dd8707d3da2b2;hp=10d37863a3ea1e1799904b3efd463f4f80676a1d;hpb=c07150f8a2c177739d76b7c642359999418ff537;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/CtfTmfEventField.java b/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/CtfTmfEventField.java index 10d37863a3..b290a4709a 100644 --- a/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/CtfTmfEventField.java +++ b/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/CtfTmfEventField.java @@ -62,7 +62,6 @@ public abstract class CtfTmfEventField extends TmfEventField { * The value of this field. Its type should match the field type. * @param fields * The children fields. Useful for composite fields - * @since 2.0 */ protected CtfTmfEventField(String name, Object value, ITmfEventField[] fields) { super(/* Strip the underscore from the field name if there is one */ @@ -99,7 +98,6 @@ public abstract class CtfTmfEventField extends TmfEventField { * @param fieldName * String The name to assign to this field * @return The resulting CtfTmfEventField object - * @since 3.1 */ public static CtfTmfEventField parseField(IDefinition fieldDef, String fieldName) {