lttng: Fix most compiler warnings as per the new settings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui.tests / src / org / eclipse / linuxtools / lttng2 / kernel / ui / tests / ActivatorTest.java
index 6f9a0866d8eed39c960c8a2a77192d965878439a..295f0e180af32dc57ffd103b6700eff294fc0840 100644 (file)
@@ -33,18 +33,12 @@ 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.025683 seconds and 5 git commands to generate.