Internalize some classes and fix a pile of warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfTrace.java
index 3587d0e8cb1b16ccd37ccaeb76c7f6355f5d35c0..c5e118e19e5540adf091a90930117d6ec947f451 100644 (file)
@@ -525,7 +525,7 @@ public class CtfTmfTrace extends TmfEventProvider<CtfTmfEvent> implements ITmfTr
      * sub-classes.
      * @throws TmfTraceException
      */
-    @SuppressWarnings({ "static-method", "unused" })
+    @SuppressWarnings("static-method")
     protected void buildStateSystem() throws TmfTraceException {
         /*
          * Nothing is done in the basic implementation, please specify
This page took 0.025579 seconds and 5 git commands to generate.