You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2010/08/25 17:27:41 UTC

svn commit: r989169 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java

Author: mbenson
Date: Wed Aug 25 15:27:41 2010
New Revision: 989169

URL: http://svn.apache.org/viewvc?rev=989169&view=rev
Log:
suppress warning

Modified:
    commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java

Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java?rev=989169&r1=989168&r2=989169&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java (original)
+++ commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java Wed Aug 25 15:27:41 2010
@@ -369,6 +369,7 @@ public class SerializationUtilsTest exte
 
 }
 
+@SuppressWarnings("serial")
 class ClassNotFoundSerialization implements Serializable
 {