Fix unnecessary @SuppressWarning and removed dead code.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / util / AllTests.java
index 1693f2aa4043cc68df1dd6201e8198ec8288ee51..1a881308aefc285d32891630d247c7474c06d307 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.041122 seconds and 5 git commands to generate.