Fix unnecessary @SuppressWarning and removed dead code.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / request / AllTests.java
index 0e33340ea9518465df52d8502ff61bae32617ea6..ba8879363899eea327bdc81d8cfbdefbaf5899a9 100644 (file)
@@ -5,7 +5,7 @@ import junit.framework.TestSuite;
 
 import org.eclipse.linuxtools.internal.tmf.core.Activator;
 
-@SuppressWarnings({ "nls", "restriction" })
+@SuppressWarnings({ "nls" })
 public class AllTests {
 
        public static Test suite() {
This page took 0.027673 seconds and 5 git commands to generate.