fix ExceptionUtilsTest to compile with java 1.6
This commit is contained in:
parent
b0bbe58eb6
commit
fad946a1d7
|
@ -584,7 +584,7 @@ public class ExceptionUtilsTest {
|
|||
try {
|
||||
throw new IOException();
|
||||
} catch (Exception e) {
|
||||
return ExceptionUtils.rethrow(e);
|
||||
return ExceptionUtils.<Integer>rethrow(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue