Fix references to linuxtools in comments, examples and unused code
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.pcap.core / src / org / eclipse / tracecompass / internal / tmf / pcap / core / protocol / TmfPcapProtocol.java
index 79a1c3d5444c1aee5653eb6b96355ff9558cccd9..1301020f8995414eaacad830786d1261a527c0a0 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,9 +16,8 @@ import org.eclipse.tracecompass.internal.pcap.core.protocol.PcapProtocol;
 
 /**
  * Enumeration as a TMF wrapper of the different Protocols. To register a
- * protocol in TMF, it must be present in
- * org.eclipse.linuxtools.pcap.core.protocol.Protocol and must have the same
- * name.
+ * protocol in TMF, it must be present in {@link PcapProtocol} and must have the
+ * same name.
  *
  * @author Vincent Perot
  */
This page took 0.025577 seconds and 5 git commands to generate.