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 / control / model / impl / DomainInfoTest.java
index 012c786eb6bb86992eaafc7e620146d1992deaa2..9f213b87f2622472104faf74679759b5aa2d5412 100644 (file)
@@ -181,7 +181,7 @@ public class DomainInfoTest extends TestCase {
         assertTrue("equals", channel1.equals(channel3));
     }
 
-    public void testEqualsNull() throws Exception {
+    public void testEqualsNull() {
         assertTrue("equals", !fDomainInfo1.equals(null));
         assertTrue("equals", !fDomainInfo2.equals(null));
     }
This page took 0.024325 seconds and 5 git commands to generate.