lttng: Fix most compiler warnings as per the new settings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core.tests / src / org / eclipse / linuxtools / lttng2 / core / tests / ActivatorTest.java
index bd6c1f2effcb3609e24df94c5b805a3cb1d4abfa..1d87f386d7690513dba4e19d73e8c58074996b0f 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.02982 seconds and 5 git commands to generate.