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