Unnecessary SuppressWarnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1381830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da0e6d77f8
commit
b474de41d2
|
@ -169,7 +169,6 @@ public abstract class AbstractExceptionContextTest<T extends ExceptionContext &
|
|||
public void testJavaSerialization() {
|
||||
exceptionContext.setContextValue("test Poorly written obj", "serializable replacement");
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
T clone = SerializationUtils.deserialize(SerializationUtils.serialize(exceptionContext));
|
||||
assertEquals(exceptionContext.getFormattedExceptionMessage(null), clone.getFormattedExceptionMessage(null));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue