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 / UstProviderInfoTest.java
index ada9f1ceac0935b8b8018aa66bc85887c1c04482..9cec2bf8a27285cee390d49e38f4dcf303f487a9 100644 (file)
@@ -207,7 +207,7 @@ public class UstProviderInfoTest extends TestCase {
         assertTrue("equals", UstProvider1.equals(UstProvider3));
     }
 
-    public void testEqualsNull() throws Exception {
+    public void testEqualsNull() {
         assertTrue("equals", !fUstProviderInfo1.equals(null));
         assertTrue("equals", !fUstProviderInfo2.equals(null));
     }
This page took 0.024468 seconds and 5 git commands to generate.