Fix javadoc warning
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / parsers / custom / CustomXmlTraceDefinition.java
index a2319a2fcb0bcff847cad5014a606a267a987825..c0bf814d52ed1d759e2a5ec798e5b934417519e3 100644 (file)
@@ -61,7 +61,7 @@ import org.xml.sax.SAXParseException;
 public class CustomXmlTraceDefinition extends CustomTraceDefinition {
 
     /** Ignore tag
-     * @deprecated Use {@link Tag#IGNORE} instead. */
+     * @deprecated Use {@link org.eclipse.tracecompass.tmf.core.parsers.custom.CustomTraceDefinition.Tag#IGNORE} instead. */
     @Deprecated
     public static final String TAG_IGNORE = Messages.CustomXmlTraceDefinition_ignoreTag;
 
This page took 0.024109 seconds and 5 git commands to generate.