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 / ChannelInfoTest.java
index 4e9597e8ef223ef96fffd82c7e6892a9bd7dd97a..2c0d7c0aaf71f39eecfe1233240460ffdd7adba3 100644 (file)
@@ -305,7 +305,7 @@ public class ChannelInfoTest extends TestCase {
         assertTrue("equals", channel1.equals(channel3));
     }
 
-    public void testEqualsNull() throws Exception {
+    public void testEqualsNull() {
         assertTrue("equals", !fChannelInfo1.equals(null));
         assertTrue("equals", !fChannelInfo2.equals(null));
     }
This page took 0.023849 seconds and 5 git commands to generate.