From a570860304537e8284099fa3f852f484997e2361 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Mon, 4 Jun 2012 11:26:07 +0000 Subject: [PATCH] MINOR Fixing up warnings SVN: 25529 --- .../systemsx/cisd/common/process/ProcessExecutionHelperTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java b/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java index 8a7942df33b..4be8e034416 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java @@ -502,7 +502,6 @@ public class ProcessExecutionHelperTest result.getStartupFailureMessage().indexOf("some_non_existent_executable") >= 0); } - @SuppressWarnings("null") @Test(groups = { "requires_unix", "slow", "flaky" }) public void testSleepyExecutionWithTermination() throws Exception -- GitLab