Skip to content
Snippets Groups Projects
Commit 9e755239 authored by cramakri's avatar cramakri
Browse files

MINOR Reintroduced suppresswarnings annotations

SVN: 25537
parent 028b1ed5
No related branches found
No related tags found
No related merge requests found
......@@ -502,6 +502,7 @@ public class ProcessExecutionHelperTest
result.getStartupFailureMessage().indexOf("some_non_existent_executable") >= 0);
}
@SuppressWarnings("null")
@Test(groups =
{ "requires_unix", "slow", "flaky" })
public void testSleepyExecutionWithTermination() throws Exception
......
......@@ -48,6 +48,7 @@ import ch.systemsx.cisd.common.annotation.CollectionMapping;
public final class BeanUtilsTest
{
@SuppressWarnings("null")
@Test
public final void testGetPropertyDescriptors() throws IllegalArgumentException,
IllegalAccessException, InvocationTargetException
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment