X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.core%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fcore%2Fctfadaptor%2FCtfTmfTrace.java;h=abb586bedb930ce60806a83c5f0e3cc9e7523407;hb=6f4e8ec0ae816788e83accc0de316f7bd783c35c;hp=e08c0cc40d55968bfd3d11849a2e9cf516014e5b;hpb=73ecde7e60983031eeab2c961701b97b10f2616d;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java index e08c0cc40d..abb586bedb 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java @@ -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 {