Fix unnecessary @SuppressWarning and removed dead code.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / component / TmfProviderManagerTest.java
index 297b7d9c045ae48b258672d4f5f8d47ff8d3e4a7..d78bf5740155da29061e94d717facd7a58a80d80 100644 (file)
@@ -25,7 +25,7 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
  * <p>
  * Test suite for the TmfProviderManager class.
  */
-@SuppressWarnings({ "nls", "restriction" })
+@SuppressWarnings({ "nls" })
 public class TmfProviderManagerTest extends TestCase {
 
        public TmfProviderManagerTest(String name) {
This page took 0.024316 seconds and 5 git commands to generate.