suppress warning

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@989169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-08-25 15:27:41 +00:00
parent f76a32ff88
commit 52bea417c5

View File

@ -369,6 +369,7 @@ public void testCloneUnserializable() throws Exception {
}
@SuppressWarnings("serial")
class ClassNotFoundSerialization implements Serializable
{