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/08 21:56:34 UTC

svn commit: r1068576 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

Author: mrisaliti
Date: Tue Feb  8 20:56:34 2011
New Revision: 1068576

URL: http://svn.apache.org/viewvc?rev=1068576&view=rev
Log:
Remove some unnecessary suppress warning serial in UtilProperties (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java?rev=1068576&r1=1068575&r2=1068576&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java Tue Feb  8 20:56:34 2011
@@ -972,7 +972,6 @@ public class UtilProperties implements S
     /** Custom Properties class. Extended from Properties to add support
      * for the OFBiz custom XML file format.
      */
-    @SuppressWarnings("serial")
     public static class ExtendedProperties extends Properties {
         public ExtendedProperties() {
             super();