pcap.core: making some classes final
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.core / src / org / eclipse / tracecompass / internal / tmf / pcap / core / util / PcapEventFactory.java
index f5efb7c075197b3286cf88a3910fc70c42a0be0d..26077c5f954e0076b1aebd5e3c0598428a5fc4f8 100644 (file)
@@ -44,7 +44,7 @@ import org.eclipse.tracecompass.tmf.core.timestamp.TmfTimestamp;
  *
  * @author Vincent Perot
  */
-public class PcapEventFactory {
+public final class PcapEventFactory {
 
     private static final String EMPTY_STRING = ""; //$NON-NLS-1$
 
This page took 0.027988 seconds and 5 git commands to generate.