Drop unthrown Exception
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@829548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebb466c417
commit
6627b34cbf
|
@ -142,7 +142,7 @@ public class ConcurrentUtilsTest extends TestCase {
|
|||
/**
|
||||
* Tests handleCause() if the cause is a checked exception.
|
||||
*/
|
||||
public void testHandleCauseChecked() throws ConcurrentException {
|
||||
public void testHandleCauseChecked() {
|
||||
Exception ex = new Exception("Test");
|
||||
try {
|
||||
ConcurrentUtils.handleCause(new ExecutionException(ex));
|
||||
|
|
Loading…
Reference in New Issue