requirements: make TmfAnalysisRequirement abstract
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / analysis / requirements / TmfAnalysisEventFieldRequirement.java
index f3b9005773b2952abd9333d16fe69af6efc0ebf7..d9acbf8fce0b26dd0c812b515d8e42ab407f825e 100644 (file)
@@ -26,7 +26,7 @@ import com.google.common.collect.Multimap;
  * @author Bernd Hufmann
  * @since 2.0
  */
-public class TmfAnalysisEventFieldRequirement extends TmfAnalysisRequirement {
+public class TmfAnalysisEventFieldRequirement extends TmfAbstractAnalysisRequirement {
 
     /** The event name of the event containing the mandatory fields */
     private String fEventName;
This page took 0.024508 seconds and 5 git commands to generate.