tmf/lttng: Fix newly-introduced Javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfTrace.java
index e08c0cc40d55968bfd3d11849a2e9cf516014e5b..abb586bedb930ce60806a83c5f0e3cc9e7523407 100644 (file)
@@ -265,10 +265,13 @@ public class CtfTmfTrace extends TmfTrace implements ITmfEventParser {
     }
 
     /**
+     * Build the state system(s) associated with this trace type.
+     *
      * Suppressing the warning, because the 'throws' will usually happen in
      * sub-classes.
      *
      * @throws TmfTraceException
+     *             If there is a problem during the build
      */
     @SuppressWarnings("unused")
     protected void buildStateSystem() throws TmfTraceException {
This page took 0.023645 seconds and 5 git commands to generate.