tmf: Split "CTF adaptor" into separate plugins/feature
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core.tests / src / org / eclipse / linuxtools / lttng2 / kernel / core / tests / ActivatorTest.java
index 090cc14dbcec55a60f9f981059090a4f137441b4..e1af96c5f6cf6ca7743530284df9a4092e3efe46 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 2012 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:
  *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
@@ -26,24 +26,19 @@ import org.junit.Test;
  * Test suite for the Activator class
  * <p>
  */
+@SuppressWarnings("javadoc")
 public class ActivatorTest extends TestCase {
 
     // ------------------------------------------------------------------------
     // JUnit
     // ------------------------------------------------------------------------
 
-    /**
-     * @throws java.lang.Exception
-     */
     @BeforeClass
-    public static void setUpBeforeClass() throws Exception {
+    public static void setUpBeforeClass() {
     }
 
-    /**
-     * @throws java.lang.Exception
-     */
     @AfterClass
-    public static void tearDownAfterClass() throws Exception {
+    public static void tearDownAfterClass() {
     }
 
     /**
This page took 0.032555 seconds and 5 git commands to generate.