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 f25e13d3e7d366f5ce64bf88cc22590f28f013d2..815dc147804b1317746f4ad889dd426cc92d958f 100644 (file)
@@ -25,7 +25,7 @@ import org.eclipse.tracecompass.tmf.core.event.aspect.ITmfEventAspect;
  *
  * @author Alexandre Montplaisir
  */
-public class PcapDestinationAspect implements ITmfEventAspect<String> {
+public final class PcapDestinationAspect implements ITmfEventAspect<String> {
 
     /** Singleton instance */
     public static final PcapDestinationAspect INSTANCE = new PcapDestinationAspect();
This page took 0.026685 seconds and 5 git commands to generate.