From 461141c88b3308ca8ea912710610403f9d5af4d4 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sun, 21 Apr 2013 20:41:15 +0000 Subject: [PATCH] The classes have serial ids; no need to suppress the warning git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470341 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/commons/collections4/FactoryUtilsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java b/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java index 890344a55..80761809e 100644 --- a/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java +++ b/src/test/java/org/apache/commons/collections4/FactoryUtilsTest.java @@ -219,7 +219,6 @@ public class FactoryUtilsTest extends junit.framework.TestCase { } } - @SuppressWarnings("serial") public static class Mock2 implements Serializable { /** * Generated serial version ID.