tmf: Disable NLS warnings in tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / request / TmfEventRequestTest.java
index ff6455d1adc8c903568b9e1bda6d1589e8fb7b6e..e1b0ce369e7839d0f30096c877d1b38dd3ebe36a 100644 (file)
@@ -29,7 +29,7 @@ import org.junit.Test;
 /**
  * Test suite for the TmfEventRequest class.
  */
-@SuppressWarnings({ "nls", "javadoc" })
+@SuppressWarnings("javadoc")
 public class TmfEventRequestTest {
 
     // ------------------------------------------------------------------------
This page took 0.024918 seconds and 5 git commands to generate.