Internalize some classes and fix a pile of warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / TmfCoreTestPlugin.java
index 68f921081cd102038341398eec802916c855e0d7..70f8cb4059a4f7425977bc0974e9f765d7965832 100644 (file)
@@ -21,7 +21,7 @@ import org.osgi.framework.BundleContext;
  * <p>
  * The activator class controls the plug-in life cycle
  */
-@SuppressWarnings("nls")
+@SuppressWarnings({ "nls", "restriction" })
 public class TmfCoreTestPlugin extends Plugin {
 
     // ------------------------------------------------------------------------
This page took 0.02371 seconds and 5 git commands to generate.