ctf: Disable NLS warnings in test plugin
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / DefinitionTest.java
index 3fab337cde4911a5166dec555e82bd1df521001e..b20c96574734fe9671d4976a07a62cc5334ea7c2 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2013 Ericsson
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     Matthew Khouzam - Initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.linuxtools.ctf.core.tests.types;
 
 import static org.junit.Assert.assertNotNull;
@@ -71,7 +82,7 @@ public class DefinitionTest {
 
     @Test
     public void testToString() {
-        Definition fixture = new DefTest(null, "Hello"); //$NON-NLS-1$
+        Definition fixture = new DefTest(null, "Hello");
         String result = fixture.toString();
 
         assertNotNull(result);
This page took 0.023854 seconds and 5 git commands to generate.