tmf: Add generics to ITmfEventAspect
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.core / src / org / eclipse / tracecompass / internal / tmf / pcap / core / event / aspect / PcapProtocolAspect.java
index 31bf56afcab7a08dfb40c06de3cae89f16fcd186..304a2401956be39e2e84e2f77eeaa3c244075df9 100644 (file)
@@ -25,7 +25,7 @@ import org.eclipse.tracecompass.tmf.core.event.aspect.ITmfEventAspect;
  *
  * @author Alexandre Montplaisir
  */
-public class PcapProtocolAspect implements ITmfEventAspect {
+public class PcapProtocolAspect implements ITmfEventAspect<String> {
 
     /** Singleton instance */
     public static final PcapProtocolAspect INSTANCE = new PcapProtocolAspect();
This page took 0.0255 seconds and 5 git commands to generate.