tmf: Disable NLS warnings in tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / event / TmfEventTest.java
index 60f884ebb6ca12954b0844166e8bc618bddc6e6d..ce9ffbc7516b31ac586b3af0678049bb6d48ec1f 100644 (file)
@@ -45,7 +45,7 @@ import org.junit.Test;
 /**
  * Test suite for the TmfEvent class.
  */
-@SuppressWarnings({"nls", "javadoc"})
+@SuppressWarnings("javadoc")
 public class TmfEventTest {
 
     // ------------------------------------------------------------------------
This page took 0.02618 seconds and 5 git commands to generate.