pcap.core: making some classes final
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.core / src / org / eclipse / tracecompass / internal / tmf / pcap / core / event / aspect / PcapDestinationAspect.java
index ee732709213d8f9dc9cda66d2ec1a2d96ce29709..815dc147804b1317746f4ad889dd426cc92d958f 100644 (file)
@@ -25,7 +25,7 @@ import org.eclipse.tracecompass.tmf.core.event.aspect.ITmfEventAspect;
  *
  * @author Alexandre Montplaisir
  */
-public class PcapDestinationAspect implements ITmfEventAspect {
+public final class PcapDestinationAspect implements ITmfEventAspect<String> {
 
     /** Singleton instance */
     public static final PcapDestinationAspect INSTANCE = new PcapDestinationAspect();
This page took 0.026566 seconds and 5 git commands to generate.