You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/09 21:25:03 UTC

svn commit: r1069069 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/collections/test/GenericMapTest.java

Author: mrisaliti
Date: Wed Feb  9 20:25:03 2011
New Revision: 1069069

URL: http://svn.apache.org/viewvc?rev=1069069&view=rev
Log:
Add a @SuppressWarning("serial") in GenericMapTest (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/collections/test/GenericMapTest.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/collections/test/GenericMapTest.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/collections/test/GenericMapTest.java?rev=1069069&r1=1069068&r2=1069069&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/collections/test/GenericMapTest.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/collections/test/GenericMapTest.java Wed Feb  9 20:25:03 2011
@@ -30,6 +30,7 @@ import org.ofbiz.base.util.collections.G
 import org.ofbiz.base.util.collections.IteratorWrapper;
 
 public class GenericMapTest extends GenericTestCaseBase {
+    @SuppressWarnings("serial")
     public static class TestGenericMap<K, V> extends GenericMap<K, V> {
         private static final String[] countNames = {
             "clearInternal",