tmf: Add generics to ITmfEventAspect
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / aspect / TmfContentFieldAspect.java
index 7f5b7a11943438c6ca37b9e9d5394ea69ab74ff6..86936f50087ceae594de875970a4661b71c364cd 100644 (file)
@@ -27,7 +27,7 @@ import org.eclipse.tracecompass.tmf.core.event.ITmfEventField;
  *
  * @author Alexandre Montplaisir
  */
-public class TmfContentFieldAspect implements ITmfEventAspect {
+public class TmfContentFieldAspect implements ITmfEventAspect<Object> {
 
     private final String fAspectName;
     private final String[] fFieldPath;
This page took 0.025519 seconds and 5 git commands to generate.